Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc353 if (info->globals.caughtExceptions) in thread_cleanup()
364 free_exception_list(info->globals.caughtExceptions); in thread_cleanup()
818 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()
856 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()
1242 ex->nextException = globals->caughtExceptions;
1243 globals->caughtExceptions = ex;
1281 if (globals->caughtExceptions != 0)
1305 __cxa_exception *ex = globals->caughtExceptions;
1317 globals->caughtExceptions = 0;
1352 globals->caughtExceptions = ex->nextException;
[all …]
H A Dcxxabi.h188 __cxa_exception *caughtExceptions; member