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.cc165 extern "C" void __cxa_free_exception(void* thrown_exception) { in __cxa_free_exception() argument
166 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()
170 exc->exceptionDestructor(thrown_exception); in __cxa_free_exception()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h329 void __cxa_free_exception(void* thrown_exception);
331 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));