Home
last modified time | relevance | path

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

/src/contrib/libcxxrt/ !
H A Dexception.cc203 void *primaryException; member
221 void *primaryException; member
228 offsetof(__cxa_dependent_exception, primaryException),
291 …ret_cast<__cxa_exception*>((reinterpret_cast<__cxa_dependent_exception*>(ex))->primaryException)-1; in realExceptionFromException()
741 if (ex->primaryException) in __cxa_free_dependent_exception()
840 ex->primaryException = thrown_exception; in __cxa_rethrow_primary_exception()