Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc159 extern "C" void __cxa_free_exception(void* thrown_exception) { in __cxa_free_exception() argument
160 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()
164 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h91 void __cxa_free_exception(void* thrown_exception);
93 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));