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

  /external/libcxxabi/src/
cxa_exception.hpp 51 __cxa_exception* nextPropagatingException;
88 __cxa_exception* nextPropagatingException;
cxa_exception.cpp 322 exception_header->nextPropagatingException = globals->propagatingExceptions;
366 globals->propagatingExceptions = exception_header->nextPropagatingException;
367 exception_header->nextPropagatingException = NULL;

Completed in 96 milliseconds