Searched defs:__cxa_dependent_exception (Results 1 – 3 of 3) sorted by relevance
112 struct __cxa_dependent_exception struct115 void *primaryException;120 void (_GLIBCXX_CDTOR_CALLABI *__padding)(void *);124 std::terminate_handler unexpectedHandler;125 std::terminate_handler terminateHandler;128 __cxa_exception *nextException;132 int handlerCount;136 __cxa_exception* nextPropagatingException;139 int propagationCount;143 int handlerSwitchValue;[all …]
112 struct __cxa_dependent_exception struct115 void *primaryException;120 void (_GLIBCXX_CDTOR_CALLABI *__padding)(void *);124 std::unexpected_handler unexpectedHandler;125 std::terminate_handler terminateHandler;128 __cxa_exception *nextException;132 int handlerCount;136 __cxa_exception* nextPropagatingException;139 int propagationCount;143 int handlerSwitchValue;[all …]
196 struct __cxa_dependent_exception struct199 void *primaryException;201 std::type_info *exceptionType;202 void (*exceptionDestructor) (void *); 203 unexpected_handler unexpectedHandler;204 terminate_handler terminateHandler;205 __cxa_exception *nextException;206 int handlerCount;208 _Unwind_Exception *nextCleanup;209 int cleanupCount;[all …]