Home
last modified time | relevance | path

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

/NextBSD/contrib/libcxxrt/
HDexception.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 …]