Home
last modified time | relevance | path

Searched defs:__cxa_uncaught_exception (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/third_party/libc++abi/src/src/
Dcxa_noexception.cpp47 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_exception.cpp783 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_init_primary_exception() function
/external/libcxxabi/src/
Dcxa_noexception.cpp48 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_exception.cpp756 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() function
/external/cronet/stable/third_party/libc++abi/src/src/
Dcxa_noexception.cpp47 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_exception.cpp783 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_init_primary_exception() function