Lines Matching defs:__cxa_dependent_exception
73 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct
75 void* primaryException;
78 std::type_info *exceptionType;
79 void (*exceptionDestructor)(void *);
80 std::unexpected_handler unexpectedHandler;
81 std::terminate_handler terminateHandler;
83 __cxa_exception *nextException;
85 int handlerCount;
88 __cxa_exception* nextPropagatingException;
89 int propagationCount;
91 int handlerSwitchValue;
92 const unsigned char *actionRecord;
93 const unsigned char *languageSpecificData;
94 void * catchTemp;
95 void *adjustedPtr;
99 void* primaryException;
101 _Unwind_Exception unwindHeader;