Searched refs:thrown_exception (Results 1 – 2 of 2) sorted by relevance
124 extern "C" void __cxa_free_exception(void *thrown_exception) _LIBCXXRT_NOEXCEPT;125 extern "C" void __cxa_free_dependent_exception(void *thrown_exception);701 extern "C" void __cxa_free_exception(void *thrown_exception) _LIBCXXRT_NOEXCEPT in __cxa_free_exception() argument703 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_free_exception()709 ex->exceptionDestructor(thrown_exception); in __cxa_free_exception()737 void __cxa_free_dependent_exception(void *thrown_exception) in __cxa_free_dependent_exception() argument739 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; in __cxa_free_dependent_exception()760 static void report_failure(_Unwind_Reason_Code err, __cxa_exception *thrown_exception) in report_failure() argument774 __cxa_begin_catch (&(thrown_exception->unwindHeader)); in report_failure()823 extern "C" void __cxa_throw(void *thrown_exception, in __cxa_throw() argument[all …]
216 void __cxa_free_exception(void* thrown_exception) _LIBCXXRT_NOEXCEPT;225 void __cxa_rethrow_primary_exception(void* thrown_exception);236 void __cxa_increment_exception_refcount(void* thrown_exception);241 void __cxa_decrement_exception_refcount(void* thrown_exception);