Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc204 struct __cxa_dependent_exception struct
207 void *primaryException;
209 std::type_info *exceptionType;
210 void (*exceptionDestructor) (void *);
211 unexpected_handler unexpectedHandler;
212 terminate_handler terminateHandler;
213 __cxa_exception *nextException;
214 int handlerCount;
216 _Unwind_Exception *nextCleanup;
217 int cleanupCount;
[all …]