Searched defs:__cxa_dependent_exception (Results 1 – 1 of 1) sorted by relevance
204 struct __cxa_dependent_exception struct207 void *primaryException;209 std::type_info *exceptionType;210 void (*exceptionDestructor) (void *); 211 unexpected_handler unexpectedHandler;212 terminate_handler terminateHandler;213 __cxa_exception *nextException;214 int handlerCount;216 _Unwind_Exception *nextCleanup;217 int cleanupCount;[all …]