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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc598 extern "C" void __cxa_free_exception(void *thrown_exception) argument
634 void __cxa_free_dependent_exception(void *thrown_exception) argument
676 static void report_failure(_Unwind_Reason_Code err, __cxa_exception *thrown_exception) argument
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...]

Completed in 50 milliseconds