Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h160 extern void __cxa_rethrow_primary_exception(void* primary_exception);
161 extern void __cxa_increment_exception_refcount(void* primary_exception) throw();
162 extern void __cxa_decrement_exception_refcount(void* primary_exception) throw();
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc446 extern "C" void __cxa_rethrow_primary_exception(void* primary_exception) { in __cxa_rethrow_primary_exception() argument