Home
last modified time | relevance | path

Searched refs:unwindHeader (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc220 _Unwind_Exception unwindHeader; member
227 static_assert(offsetof(__cxa_exception, unwindHeader) ==
228 offsetof(__cxa_dependent_exception, unwindHeader),
230 static_assert(offsetof(__cxa_dependent_exception, unwindHeader) ==
283 offsetof(struct __cxa_exception, unwindHeader)); in exceptionFromPointer()
654 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
712 __cxa_begin_catch (&(thrown_exception->unwindHeader)); in report_failure()
792 ex->unwindHeader.exception_class = exception_class; in __cxa_throw()
793 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw()
809 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()
[all …]
H A Dcxxabi.h171 _Unwind_Exception unwindHeader; member