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

  /external/libcxxabi/src/
cxa_exception.cpp 285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
292 // If the propagatingExceptions stack is not empty, since we can't
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
316 __cxa_exception* exception_header = globals->propagatingExceptions;
329 globals->propagatingExceptions = exception_header->nextPropagatingException;
335 globals->propagatingExceptions = NULL;
cxa_exception.hpp 108 __cxa_exception* propagatingExceptions;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 287 exception_header->nextPropagatingException = globals->propagatingExceptions;
288 globals->propagatingExceptions = exception_header;
294 // If the propagatingExceptions stack is not empty, since we can't
296 if (NULL != globals->propagatingExceptions)
298 globals->propagatingExceptions = exception_header;
318 __cxa_exception* exception_header = globals->propagatingExceptions;
331 globals->propagatingExceptions = exception_header->nextPropagatingException;
337 globals->propagatingExceptions = NULL;
cxa_exception.hpp 108 __cxa_exception* propagatingExceptions;

Completed in 76 milliseconds