Searched refs:caughtExceptions (Results 1 – 11 of 11) sorted by relevance
441 if (exception_header != globals->caughtExceptions) in __cxa_begin_catch()443 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()444 globals->caughtExceptions = exception_header; in __cxa_begin_catch()455 if (globals->caughtExceptions != 0) in __cxa_begin_catch()458 globals->caughtExceptions = exception_header; in __cxa_begin_catch()495 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()511 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()524 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()549 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader); in __cxa_end_catch()550 globals->caughtExceptions = 0; in __cxa_end_catch()[all …]
82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
34 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler()
149 __cxa_exception * caughtExceptions; member
1262 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
443 if (exception_header != globals->caughtExceptions) in __cxa_begin_catch()445 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()446 globals->caughtExceptions = exception_header; in __cxa_begin_catch()457 if (globals->caughtExceptions != 0) in __cxa_begin_catch()460 globals->caughtExceptions = exception_header; in __cxa_begin_catch()497 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_end_catch()513 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()526 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()551 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader); in __cxa_end_catch()552 globals->caughtExceptions = 0; in __cxa_end_catch()[all …]
105 __cxa_exception * caughtExceptions; member
1263 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
4704 …<var-decl name='caughtExceptions' type-id='type-id-66' visibility='default' filepath='../../.././l…