Searched refs:caughtExceptions (Results 1 – 5 of 5) sorted by relevance
462 if (exception_header != globals->caughtExceptions) in __cxa_begin_catch()464 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()465 globals->caughtExceptions = exception_header; in __cxa_begin_catch()476 if (globals->caughtExceptions != 0) in __cxa_begin_catch()479 globals->caughtExceptions = exception_header; in __cxa_begin_catch()516 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()571 globals->caughtExceptions = 0; in __cxa_end_catch()584 __cxa_exception *exception_header = globals->caughtExceptions; in __cxa_current_exception_type()606 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_rethrow()623 globals->caughtExceptions = 0; in __cxa_rethrow()[all …]
82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
149 __cxa_exception * caughtExceptions; member
47 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler()
1236 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()