Searched refs:__cxa_free_exception (Results 1 – 5 of 5) sorted by relevance
51 __cxa_free_exception(exc+1); in defaultExceptionCleanupFunc()311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT { in __cxa_free_exception() function402 __cxa_free_exception(header+1); in __cxa_end_catch()432 __cxa_free_exception(exceptionObject); in __cxa_decrement_exception_refcount()
39 extern void __cxa_free_exception(void * thrown_exception) throw();
170 void __cxa_free_exception (void * thrown_object) throw() { in __cxa_free_exception() function624 __cxa_free_exception(thrown_object); in __cxa_decrement_exception_refcount()
97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
309 __cxa_free_exception;