Searched refs:exceptionDestructor (Results 1 – 2 of 2) sorted by relevance
42 void (*exceptionDestructor)(void *); member79 void (*exceptionDestructor)(void *); member
266 exception_header->exceptionDestructor = dest; in __cxa_throw()654 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()655 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()