Lines Matching refs:__cxa_exception
30 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
50 __cxa_exception *nextException; argument
55 __cxa_exception* nextPropagatingException; argument
88 __cxa_exception *nextException;
93 __cxa_exception* nextPropagatingException;
111 offsetof(__cxa_exception, unwindHeader) ==
112 sizeof(__cxa_exception),
120 static_assert(offsetof(__cxa_exception, propagationCount) +
122 sizeof(__cxa_exception),
129 static_assert(offsetof(__cxa_exception, adjustedPtr) +
131 sizeof(__cxa_exception),
138 static_assert(offsetof(__cxa_exception, referenceCount) +
140 sizeof(__cxa_exception),
149 __cxa_exception * caughtExceptions;
152 __cxa_exception* propagatingExceptions;