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

/freebsd-9.3-release/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);
598 extern "C" void __cxa_free_exception(void *thrown_exception) argument
600 __cxa_exception *ex = ((__cxa_exception*)thrown_exception) - 1;
606 ex->exceptionDestructor(thrown_exception);
634 void __cxa_free_dependent_exception(void *thrown_exception) argument
636 __cxa_dependent_exception *ex = ((__cxa_dependent_exception*)thrown_exception) - 1;
676 static void report_failure(_Unwind_Reason_Code err, __cxa_exception *thrown_exception) argument
691 (void*)thrown_exception);
692 thrown_exception
754 __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void*)) argument
771 __cxa_rethrow_primary_exception(void* thrown_exception) argument
799 __cxa_increment_exception_refcount(void* thrown_exception) argument
806 __cxa_decrement_exception_refcount(void* thrown_exception) argument
[all...]
/freebsd-9.3-release/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 200 milliseconds