Searched refs:thrown_exception (Results 1 – 3 of 3) sorted by relevance
39 extern void __cxa_free_exception(void * thrown_exception) throw();42 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;99 void __cxa_throw(void* thrown_exception,
311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT { in __cxa_free_exception() argument312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()316 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()