Searched refs:exceptionDestructor (Results 1 – 4 of 4) sorted by relevance
48 void *(_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);50 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);89 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
216 exception_header->exceptionDestructor = dest; in __cxa_init_primary_exception()684 if (NULL != exception_header->exceptionDestructor) in __cxa_throw()685 exception_header->exceptionDestructor(thrown_object); in __cxa_throw()
42 void (*exceptionDestructor)(void *); member79 void (*exceptionDestructor)(void *); member
266 exception_header->exceptionDestructor = dest; in __cxa_throw()667 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()668 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()