Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h112 struct __cxa_dependent_exception struct
115 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 …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h100 struct __cxa_dependent_exception struct
103 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 …]