Searched refs:__cxa_increment_exception_refcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h214 void __cxa_increment_exception_refcount(void* thrown_exception);
H A Dexception.cc779 __cxa_increment_exception_refcount(thrown_exception);
799 extern "C" void __cxa_increment_exception_refcount(void* thrown_exception) function
/freebsd-9.3-release/contrib/libc++/src/
H A Dexception.cpp202 __cxa_increment_exception_refcount(__ptr_);
222 __cxa_increment_exception_refcount(other.__ptr_);

Completed in 112 milliseconds