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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 264 exception_header->nextPropagatingException = globals->propagatingExceptions;
265 globals->propagatingExceptions = exception_header;
271 // If the propagatingExceptions stack is not empty, since we can't
273 if (NULL != globals->propagatingExceptions)
275 globals->propagatingExceptions = exception_header;
295 __cxa_exception* exception_header = globals->propagatingExceptions;
308 globals->propagatingExceptions = exception_header->nextPropagatingException;
314 globals->propagatingExceptions = NULL;
cxa_exception.hpp 126 __cxa_exception* propagatingExceptions;
  /external/libcxxabi/src/
cxa_exception.hpp 104 __cxa_exception* propagatingExceptions;
cxa_exception.cpp 306 exception_header->nextPropagatingException = globals->propagatingExceptions;
307 globals->propagatingExceptions = exception_header;
313 // If the propagatingExceptions stack is not empty, since we can't
315 if (NULL != globals->propagatingExceptions)
317 globals->propagatingExceptions = exception_header;
337 __cxa_exception* exception_header = globals->propagatingExceptions;
350 globals->propagatingExceptions = exception_header->nextPropagatingException;
356 globals->propagatingExceptions = NULL;

Completed in 85 milliseconds