Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h192 unsigned int uncaughtExceptions; member
H A Dexception.cc766 info->globals.uncaughtExceptions++; in throw_exception()
881 globals->uncaughtExceptions++; in __cxa_rethrow()
1234 globals->uncaughtExceptions--;
1515 return info->globals.uncaughtExceptions != 0;
1524 return info->globals.uncaughtExceptions;