Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_exception.cpp320 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
321 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
329 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()
331 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
351 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
364 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
370 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
Dcxa_exception.h152 __cxa_exception* propagatingExceptions; member
/external/libcxxabi/src/
Dcxa_exception.cpp322 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
323 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
331 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()
333 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
353 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
366 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
372 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
Dcxa_exception.hpp108 __cxa_exception* propagatingExceptions; member