Home
last modified time | relevance | path

Searched refs:__cxa_exception (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libcxxrt/
H A Dexception.cc71 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 …]
H A Dcxxabi.h84 struct __cxa_exception struct
119 __cxa_exception *nextException; argument
195 __cxa_exception *caughtExceptions; argument
218 __cxa_exception *__cxa_init_primary_exception(
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h36 struct __cxa_exception;
37 _LIBCPP_OVERRIDABLE_FUNC_VIS __cxa_exception* __cxa_init_primary_exception(