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

  /external/libcxxabi/src/
cxa_exception.hpp 49 __cxa_exception* nextPropagatingException;
87 __cxa_exception* nextPropagatingException;
cxa_exception.cpp 285 exception_header->nextPropagatingException = globals->propagatingExceptions;
329 globals->propagatingExceptions = exception_header->nextPropagatingException;
330 exception_header->nextPropagatingException = NULL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 49 __cxa_exception* nextPropagatingException;
87 __cxa_exception* nextPropagatingException;
cxa_exception.cpp 287 exception_header->nextPropagatingException = globals->propagatingExceptions;
331 globals->propagatingExceptions = exception_header->nextPropagatingException;
332 exception_header->nextPropagatingException = NULL;

Completed in 60 milliseconds