Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp72 struct __cxa_dependent_exception { struct
74 void* primaryException;
77 std::type_info *exceptionType;
78 void (*exceptionDestructor)(void *);
79 std::unexpected_handler unexpectedHandler;
80 std::terminate_handler terminateHandler;
82 __cxa_exception *nextException;
84 int handlerCount;
87 __cxa_exception* nextPropagatingException;
88 int propagationCount;
[all …]