Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_exception.h77 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
79 void* reserve; // padding.
80 void* primaryException;
83 std::type_info *exceptionType;
84 void (*exceptionDestructor)(void *);
85 std::unexpected_handler unexpectedHandler;
86 std::terminate_handler terminateHandler;
88 __cxa_exception *nextException;
90 int handlerCount;
115 offsetof(__cxa_dependent_exception, unwindHeader) == argument
/external/libcxxabi/src/
Dcxa_exception.hpp73 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
75 void* primaryException;
78 std::type_info *exceptionType;
79 void (*exceptionDestructor)(void *);
80 std::unexpected_handler unexpectedHandler;
81 std::terminate_handler terminateHandler;
83 __cxa_exception *nextException;
85 int handlerCount;
88 __cxa_exception* nextPropagatingException;
89 int propagationCount;
[all …]