Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp69 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
71 void* primaryException;
74 std::type_info *exceptionType;
75 void (*exceptionDestructor)(void *);
76 std::unexpected_handler unexpectedHandler;
77 std::terminate_handler terminateHandler;
79 __cxa_exception *nextException;
81 int handlerCount;
84 __cxa_exception* nextPropagatingException;
85 int propagationCount;
[all …]