Searched refs:exceptionDestructor (Results 1 – 6 of 6) sorted by relevance
51 if (header->exceptionDestructor) in __gxx_exception_cleanup()52 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup()63 header->exceptionDestructor = dest; in __cxa_throw()
54 void (*exceptionDestructor)(void *); member
49 if (header->exceptionDestructor) in __gxx_exception_cleanup()50 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup()62 header->exceptionDestructor = dest; in __cxa_throw()
56 void (*exceptionDestructor)(void *); member
46 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);84 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
264 exception_header->exceptionDestructor = dest; in __cxa_throw()673 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()674 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()