Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc200 void *primaryException; member
218 void *primaryException; member
225 offsetof(__cxa_dependent_exception, primaryException),
288 …ret_cast<__cxa_exception*>((reinterpret_cast<__cxa_dependent_exception*>(ex))->primaryException)-1; in realExceptionFromException()
655 if (ex->primaryException) in __cxa_free_dependent_exception()
805 ex->primaryException = thrown_exception; in __cxa_rethrow_primary_exception()