Home
last modified time | relevance | path

Searched defs:__cxa_dependent_exception (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dunwind-cxx.h112 struct __cxa_dependent_exception struct
115 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 …]
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dexception.cc196 struct __cxa_dependent_exception struct
199 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 …]