Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h323 MallocAllocator(const MallocAllocator&) throw() {} in throw() function
325 ~MallocAllocator() throw() {} in throw() function
368 MallocAllocator(const MallocAllocator&) throw() {} in throw() function
370 ~MallocAllocator() throw() {} in throw() function
/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py405 def throw(self, exception, msg): member in CppExpr