Home
last modified time | relevance | path

Searched refs:thrown_exception (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h39 extern void __cxa_free_exception(void * thrown_exception) throw();
42 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h97 void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT;
99 void __cxa_throw(void* thrown_exception,
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc311 extern "C" void __cxa_free_exception(void* thrown_exception) _GABIXX_NOEXCEPT { in __cxa_free_exception() argument
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()
316 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()