Searched refs:thrown_exception (Results 1 – 2 of 2) sorted by relevance
165 extern "C" void __cxa_free_exception(void* thrown_exception) { in __cxa_free_exception() argument166 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()170 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()
329 void __cxa_free_exception(void* thrown_exception);331 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));