Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h112 struct __cxa_dependent_exception struct
115 void *primaryException;
125 std::terminate_handler terminateHandler;
128 __cxa_exception *nextException;
132 int handlerCount;
139 int propagationCount;
143 int handlerSwitchValue;
144 const unsigned char *actionRecord;
146 _Unwind_Ptr catchTemp;
147 void *adjustedPtr;
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h100 struct __cxa_dependent_exception struct
103 void *primaryException;
108 std::terminate_handler terminateHandler;
111 __cxa_exception *nextException;
115 int handlerCount;
122 int propagationCount;
126 int handlerSwitchValue;
127 const unsigned char *actionRecord;
129 _Unwind_Ptr catchTemp;
130 void *adjustedPtr;
[all …]