Searched refs:exceptionDestructor (Results 1 – 2 of 2) sorted by relevance
162 if (exc->exceptionDestructor) { in __cxa_free_exception()164 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()179 header->exceptionDestructor = dest; in __cxa_throw()
282 void (*exceptionDestructor)(void*); member