Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp216 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
391 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()
538 globals->uncaughtExceptions += 1; in __cxa_rethrow()
672 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()
695 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
Dcxa_exception.hpp106 unsigned int uncaughtExceptions; member
Dcxa_personality.cpp1268 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()