HomeSort by relevance Sort by last modified time
    Searched refs:propagatingExceptions (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 108 __cxa_exception* propagatingExceptions;
cxa_exception.cpp 322 exception_header->nextPropagatingException = globals->propagatingExceptions;
323 globals->propagatingExceptions = exception_header;
329 // If the propagatingExceptions stack is not empty, since we can't
331 if (NULL != globals->propagatingExceptions)
333 globals->propagatingExceptions = exception_header;
353 __cxa_exception* exception_header = globals->propagatingExceptions;
366 globals->propagatingExceptions = exception_header->nextPropagatingException;
372 globals->propagatingExceptions = NULL;

Completed in 186 milliseconds