Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp51 __cxa_exception* nextPropagatingException; member
88 __cxa_exception* nextPropagatingException; member
Dcxa_exception.cpp322 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
366 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
367 exception_header->nextPropagatingException = NULL; in __cxa_end_cleanup_impl()