Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dexception.cc335 __cxa_exception *ex = globals->caughtExceptions; in terminate_with_diagnostics()
421 if (info->globals.caughtExceptions) in thread_cleanup()
426 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(info->globals.caughtExceptions); in thread_cleanup()
432 free_exception_list(info->globals.caughtExceptions); in thread_cleanup()
853 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()
891 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()
1277 ex->nextException = globals->caughtExceptions;
1278 globals->caughtExceptions = ex;
1316 if (globals->caughtExceptions != 0)
1320 globals->caughtExceptions = reinterpret_cast<__cxa_exception*>(exceptionObject);
[all …]
H A Dcxxabi.h195 __cxa_exception *caughtExceptions; member