Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp40 void (*exceptionDestructor)(void *); member
78 void (*exceptionDestructor)(void *); member
Dcxa_exception.cpp231 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()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc314 if (exc->exceptionDestructor) { in __cxa_free_exception()
316 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()
330 header->exceptionDestructor = dest; in __cxa_throw()
Dcxxabi_defines.h282 void (*exceptionDestructor)(void*); member