Searched refs:uncaughtExceptions (Results 1 – 7 of 7) sorted by relevance
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()413 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()558 globals->uncaughtExceptions += 1; in __cxa_rethrow()696 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()716 return globals->uncaughtExceptions != 0; in __cxa_uncaught_exception()
106 unsigned int uncaughtExceptions; member
1268 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
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()