Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_exception.h30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
50 __cxa_exception *nextException; argument
55 __cxa_exception* nextPropagatingException; argument
75 // The layout of this structure MUST match the layout of __cxa_exception, with argument
/external/libcxxabi/src/
Dcxa_exception.hpp31 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
37 size_t referenceCount;
41 std::type_info *exceptionType;
42 void (*exceptionDestructor)(void *);
43 std::unexpected_handler unexpectedHandler;
44 std::terminate_handler terminateHandler;
46 __cxa_exception *nextException;
48 int handlerCount;
51 __cxa_exception* nextPropagatingException;
52 int propagationCount;
[all …]