Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp267 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()
H A Dcxa_exception.h150 unsigned int uncaughtExceptions; member
H A Dcxa_personality.cpp1261 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()