Searched defs:__cxa_exception (Results 1 – 1 of 1) sorted by relevance
31 struct _LIBCXXABI_HIDDEN __cxa_exception { struct37 size_t referenceCount;41 std::type_info *exceptionType;42 void (*exceptionDestructor)(void *);43 std::unexpected_handler unexpectedHandler;44 std::terminate_handler terminateHandler;46 __cxa_exception *nextException;48 int handlerCount;51 __cxa_exception* nextPropagatingException;52 int propagationCount;[all …]