Searched refs:exceptionDestructor (Results 1 – 4 of 4) sorted by relevance
40 void (*exceptionDestructor)(void *); member78 void (*exceptionDestructor)(void *); member
231 exception_header->exceptionDestructor = dest; in __cxa_throw()619 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()620 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()
314 if (exc->exceptionDestructor) { in __cxa_free_exception()316 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()330 header->exceptionDestructor = dest; in __cxa_throw()
282 void (*exceptionDestructor)(void*); member