Home
last modified time | relevance | path

Searched refs:nextException (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h50 __cxa_exception *nextException; member
88 __cxa_exception *nextException; member
H A Dcxa_exception.cpp464 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()
532 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()
545 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()