Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_noexception.cpp48 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
H A Dcxa_exception.cpp756 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() function
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_noexception.cpp47 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
H A Dcxa_exception.cpp773 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_throw() function