Searched refs:uncaughtExceptions (Results 1 – 14 of 14) sorted by relevance
71 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()109 globals->uncaughtExceptions += 1; in __cxa_end_catch()132 return globals->uncaughtExceptions != 0; in uncaught_exception()
111 g->uncaughtExceptions = 0; in __cxa_get_globals()
70 globals->uncaughtExceptions += 1; in __cxa_throw()
84 unsigned int uncaughtExceptions; member
58 globals->uncaughtExceptions += 1; in uncatch_exception()
79 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()142 return globals->uncaughtExceptions != 0; in uncaught_exception()
85 globals->uncaughtExceptions += 1; in __cxa_rethrow()
135 globals->uncaughtExceptions += 1; in __cxa_allocate_exception()
142 g->uncaughtExceptions = 0; in __cxa_get_globals()
94 unsigned int uncaughtExceptions; member
64 globals->uncaughtExceptions += 1; in uncatch_exception()
267 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()467 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()614 globals->uncaughtExceptions += 1; in __cxa_rethrow()748 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()771 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
150 unsigned int uncaughtExceptions; member
1261 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()