Home
last modified time | relevance | path

Searched refs:__cxa_increment_exception_refcount (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp202 __cxa_increment_exception_refcount(__ptr_); in exception_ptr()
222 __cxa_increment_exception_refcount(other.__ptr_); in operator =()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp594 __cxa_increment_exception_refcount(void* thrown_object) throw() in __cxa_increment_exception_refcount() function
654 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception()
691 __cxa_increment_exception_refcount(thrown_object); in __cxa_rethrow_primary_exception()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h174 extern void __cxa_increment_exception_refcount(void* primary_exception) throw();
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h127 void __cxa_increment_exception_refcount(void* exceptionObject)
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc436 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject) in __cxa_increment_exception_refcount() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt316 __cxa_increment_exception_refcount;