Lines Matching defs:__cxa_dependent_exception
72 struct __cxa_dependent_exception { struct
74 void* primaryException;
77 std::type_info *exceptionType;
78 void (*exceptionDestructor)(void *);
79 std::unexpected_handler unexpectedHandler;
80 std::terminate_handler terminateHandler;
82 __cxa_exception *nextException;
84 int handlerCount;
87 __cxa_exception* nextPropagatingException;
88 int propagationCount;
90 int handlerSwitchValue;
91 const unsigned char *actionRecord;
92 const unsigned char *languageSpecificData;
93 void * catchTemp;
94 void *adjustedPtr;
98 void* primaryException;
101 _Unwind_Exception unwindHeader;