Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp23 __cxa_increment_exception_refcount(__ptr_);
30 __cxa_increment_exception_refcount(other.__ptr_);
/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h221 void __cxa_increment_exception_refcount(void* thrown_exception);
H A Dexception.cc806 __cxa_increment_exception_refcount(thrown_exception); in __cxa_rethrow_primary_exception()
826 extern "C" void __cxa_increment_exception_refcount(void* thrown_exception) in __cxa_increment_exception_refcount() function
/freebsd-13.1/lib/libcxxrt/
H A DVersion.map315 __cxa_increment_exception_refcount;