Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc273 static __cxa_exception *realExceptionFromException(__cxa_exception *ex) in realExceptionFromException() function
645 releaseException(realExceptionFromException(reinterpret_cast<__cxa_exception*>(ex))); in __cxa_free_dependent_exception()
704 thrown_exception = realExceptionFromException(thrown_exception); in report_failure()
807 ex = realExceptionFromException(ex); in __cxa_current_primary_exception()
1084 realEx = realExceptionFromException(ex);