Searched defs:__cxa_dependent_exception (Results 1 – 2 of 2) sorted by relevance
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 …]
100 struct __cxa_dependent_exception struct103 void *primaryException;107 std::unexpected_handler unexpectedHandler;108 std::terminate_handler terminateHandler;111 __cxa_exception *nextException;115 int handlerCount;119 __cxa_exception* nextPropagatingException;122 int propagationCount;126 int handlerSwitchValue;127 const unsigned char *actionRecord;[all …]