Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h55 __cxa_exception* nextPropagatingException; member
93 __cxa_exception* nextPropagatingException; member
H A Dcxa_exception.cpp320 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
367 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
368 exception_header->nextPropagatingException = NULL; in __cxa_end_cleanup_impl()