Searched defs:throw (Results 1 – 2 of 2) sorted by relevance
323 MallocAllocator(const MallocAllocator&) throw() {} in throw() function325 ~MallocAllocator() throw() {} in throw() function368 MallocAllocator(const MallocAllocator&) throw() {} in throw() function370 ~MallocAllocator() throw() {} in throw() function
405 def throw(self, exception, msg): member in CppExpr