Home
last modified time | relevance | path

Searched refs:uncaughtExceptions (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dexception.cc64 return globals->uncaughtExceptions != 0; in uncaught_exception()
Dcxxabi.cc266 globals->uncaughtExceptions += 1; in throwException()
375 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
422 return globals->uncaughtExceptions == 0; in __cxa_uncaught_exception()
Dcxxabi_defines.h308 unsigned int uncaughtExceptions; member
Dcall_unexpected.cc311 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
411 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()
561 globals->uncaughtExceptions += 1; in __cxa_rethrow()
699 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()
719 return globals->uncaughtExceptions != 0; in __cxa_uncaught_exception()
Dcxa_exception.hpp106 unsigned int uncaughtExceptions; member
Dcxa_personality.cpp1285 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()