Searched refs:uncaughtExceptions (Results 1 – 3 of 3) sorted by relevance
269 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()448 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()595 globals->uncaughtExceptions += 1; in __cxa_rethrow()729 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()752 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
106 unsigned int uncaughtExceptions; member
1287 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()