Lines Matching defs:__cxa_exception
31 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
37 size_t referenceCount;
41 std::type_info *exceptionType;
42 void (*exceptionDestructor)(void *);
43 std::unexpected_handler unexpectedHandler;
44 std::terminate_handler terminateHandler;
46 __cxa_exception *nextException;
48 int handlerCount;
51 __cxa_exception* nextPropagatingException;
52 int propagationCount;
54 int handlerSwitchValue;
55 const unsigned char *actionRecord;
56 const unsigned char *languageSpecificData;
57 void *catchTemp;
58 void *adjustedPtr;
65 size_t referenceCount;
67 _Unwind_Exception unwindHeader;