Searched refs:thrown_exception (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libcxxrt/
H A Dcxxabi.h203 void __cxa_rethrow_primary_exception(void* thrown_exception);
214 void __cxa_increment_exception_refcount(void* thrown_exception);
219 void __cxa_decrement_exception_refcount(void* thrown_exception);
H A Dexception.cc123 extern "C" void __cxa_free_exception(void *thrown_exception);
124 extern "C" void __cxa_free_dependent_exception(void *thrown_exception);
619 extern "C" void __cxa_free_exception(void *thrown_exception) argument
621 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1;
627 ex->exceptionDestructor(thrown_exception);
656 void __cxa_free_dependent_exception(void *thrown_exception) argument
658 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1;
704 static void report_failure(_Unwind_Reason_Code err, __cxa_exception *thrown_exception) argument
718 __cxa_begin_catch (&(thrown_exception->unwindHeader));
721 static_cast<void*>(thrown_exception));
787 __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void*)) argument
804 __cxa_rethrow_primary_exception(void* thrown_exception) argument
832 __cxa_increment_exception_refcount(void* thrown_exception) argument
839 __cxa_decrement_exception_refcount(void* thrown_exception) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h112 extern "C" void __cxa_free_exception(void *thrown_exception) throw();
115 extern "C" void __cxa_throw (void *thrown_exception,

Completed in 115 milliseconds