Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp287 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
288 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
296 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()
298 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
318 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
331 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
337 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
Dcxa_exception.hpp108 __cxa_exception* propagatingExceptions; member