Home
last modified time | relevance | path

Searched refs:nextException (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp44 __cxa_exception *nextException; member
82 __cxa_exception *nextException; member
Dcxa_exception.cpp408 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()
476 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()
489 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc372 header->nextException = globals->caughtExceptions; in __cxa_begin_catch()
398 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
401 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
Dcxxabi_defines.h285 __cxa_exception* nextException; member