Searched refs:uncaughtExceptions (Results 1 – 7 of 7) sorted by relevance
64 return globals->uncaughtExceptions != 0; in uncaught_exception()
266 globals->uncaughtExceptions += 1; in throwException()375 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()422 return globals->uncaughtExceptions == 0; in __cxa_uncaught_exception()
308 unsigned int uncaughtExceptions; member
311 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
234 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()
106 unsigned int uncaughtExceptions; member
1285 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()