Lines Matching refs:caughtExceptions
341 if (info->globals.caughtExceptions) in thread_cleanup()
346 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(info->globals.caughtExceptions); in thread_cleanup()
352 free_exception_list(info->globals.caughtExceptions); in thread_cleanup()
824 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()
862 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()
1248 ex->nextException = globals->caughtExceptions;
1249 globals->caughtExceptions = ex;
1287 if (globals->caughtExceptions != 0)
1291 globals->caughtExceptions = reinterpret_cast<__cxa_exception*>(exceptionObject);
1311 __cxa_exception *ex = globals->caughtExceptions;
1319 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(ti->globals.caughtExceptions);
1323 globals->caughtExceptions = 0;
1358 globals->caughtExceptions = ex->nextException;
1372 __cxa_exception *ex = globals->caughtExceptions;