Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp478 if (exception_header != globals->caughtExceptions) in __cxa_init_primary_exception()
480 exception_header->nextException = globals->caughtExceptions; in __cxa_init_primary_exception()
481 globals->caughtExceptions = exception_header; in __cxa_init_primary_exception()
492 if (globals->caughtExceptions != 0) in __cxa_init_primary_exception()
495 globals->caughtExceptions = exception_header; in __cxa_init_primary_exception()
532 __cxa_exception* exception_header = globals->caughtExceptions; in __cxa_init_primary_exception()
548 globals->caughtExceptions = exception_header->nextException; in __cxa_init_primary_exception()
561 globals->caughtExceptions = exception_header->nextException; in __cxa_init_primary_exception()
586 _Unwind_DeleteException(&globals->caughtExceptions->unwindHeader); in __cxa_init_primary_exception()
587 globals->caughtExceptions = 0; in __cxa_init_primary_exception()
[all …]
H A Dcxa_handlers.cpp82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
H A Dcxa_default_handlers.cpp36 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_exception.h154 __cxa_exception * caughtExceptions; member
H A Dcxa_personality.cpp1240 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()