Lines Matching refs:__cxa_exception
30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
55 __cxa_exception *nextException; argument
60 __cxa_exception* nextPropagatingException; argument
93 __cxa_exception *nextException;
98 __cxa_exception* nextPropagatingException;
116 offsetof(__cxa_exception, unwindHeader) ==
117 sizeof(__cxa_exception),
125 static_assert(offsetof(__cxa_exception, propagationCount) +
127 sizeof(__cxa_exception),
134 static_assert(offsetof(__cxa_exception, adjustedPtr) +
136 sizeof(__cxa_exception),
143 static_assert(offsetof(__cxa_exception, referenceCount) +
145 sizeof(__cxa_exception),
154 __cxa_exception * caughtExceptions;
157 __cxa_exception* propagatingExceptions;