Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp462 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 …]
H A Dcxa_handlers.cpp82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
H A Dcxa_exception.h149 __cxa_exception * caughtExceptions; member
H A Dcxa_default_handlers.cpp47 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler()
H A Dcxa_personality.cpp1236 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()