Home
last modified time | relevance | path

Searched defs:__cxa_exception (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp29 struct __cxa_exception { struct
35 size_t referenceCount;
39 std::type_info *exceptionType;
40 void (*exceptionDestructor)(void *);
41 std::unexpected_handler unexpectedHandler;
42 std::terminate_handler terminateHandler;
44 __cxa_exception *nextException;
46 int handlerCount;
49 __cxa_exception* nextPropagatingException;
50 int propagationCount;
[all …]
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_defines.h278 struct __cxa_exception { struct
285 __cxa_exception* nextException; argument
294 __cxa_exception* nextCleanup; argument
307 __cxa_exception* caughtExceptions; argument