Home
last modified time | relevance | path

Searched refs:__cxa_free_exception (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc51 __cxa_free_exception(exc+1); in defaultExceptionCleanupFunc()
311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT { in __cxa_free_exception() function
402 __cxa_free_exception(header+1); in __cxa_end_catch()
432 __cxa_free_exception(exceptionObject); in __cxa_decrement_exception_refcount()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h39 extern void __cxa_free_exception(void * thrown_exception) throw();
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp170 void __cxa_free_exception (void * thrown_object) throw() { in __cxa_free_exception() function
624 __cxa_free_exception(thrown_object); in __cxa_decrement_exception_refcount()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt309 __cxa_free_exception;