Searched defs:__cxa_exception (Results 1 – 1 of 1) sorted by relevance
29 struct __cxa_exception { struct35 size_t referenceCount;39 std::type_info *exceptionType;40 void (*exceptionDestructor)(void *);41 std::unexpected_handler unexpectedHandler;42 std::terminate_handler terminateHandler;44 __cxa_exception *nextException;46 int handlerCount;49 __cxa_exception* nextPropagatingException;50 int propagationCount;[all …]