Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp336 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_init_primary_exception()
337 globals->propagatingExceptions = exception_header; in __cxa_init_primary_exception()
345 if (NULL != globals->propagatingExceptions) in __cxa_init_primary_exception()
347 globals->propagatingExceptions = exception_header; in __cxa_init_primary_exception()
370 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_init_primary_exception()
383 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_init_primary_exception()
389 globals->propagatingExceptions = NULL; in __cxa_init_primary_exception()
H A Dcxa_exception.h157 __cxa_exception* propagatingExceptions; member