Home
last modified time | relevance | path

Searched refs:exceptionDestructor (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.hpp40 void (*exceptionDestructor)(void *); member
78 void (*exceptionDestructor)(void *); member
Dcxa_exception.cpp231 exception_header->exceptionDestructor = dest; in __cxa_throw()
622 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()
623 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()