Searched refs:__cxa_exception (Results 1 – 3 of 3) sorted by relevance
71 struct __cxa_exception *ex, in saveLandingPad()95 struct __cxa_exception *ex, in loadLandingPad()209 __cxa_exception *nextException;225 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),227 static_assert(offsetof(__cxa_exception, referenceCount) ==230 static_assert(offsetof(__cxa_exception, unwindHeader) ==283 static __cxa_exception *exceptionFromPointer(void *ex) in exceptionFromPointer()285 return reinterpret_cast<__cxa_exception*>(static_cast<char*>(ex) - in exceptionFromPointer()286 offsetof(struct __cxa_exception, unwindHeader)); in exceptionFromPointer()288 static __cxa_exception *realExceptionFromException(__cxa_exception *ex) in realExceptionFromException()[all …]
84 struct __cxa_exception struct119 __cxa_exception *nextException; argument195 __cxa_exception *caughtExceptions; argument218 __cxa_exception *__cxa_init_primary_exception(
36 struct __cxa_exception;37 _LIBCPP_OVERRIDABLE_FUNC_VIS __cxa_exception* __cxa_init_primary_exception(