HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_increment_exception_refcount (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/
exception.cpp 155 __cxa_increment_exception_refcount(__ptr_);
167 __cxa_increment_exception_refcount(other.__ptr_);
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 350 void __cxa_increment_exception_refcount(void* exceptionObject) throw();
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 290 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject) throw() { function in namespace:__cxxabiv1

Completed in 344 milliseconds