Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp282 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_init_primary_exception()
483 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_init_primary_exception()
635 globals->uncaughtExceptions += 1; in __cxa_init_primary_exception()
769 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_init_primary_exception()
792 return globals->uncaughtExceptions; in __cxa_init_primary_exception()
H A Dcxa_exception.h155 unsigned int uncaughtExceptions; member
H A Dcxa_personality.cpp1265 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()