Home
last modified time | relevance | path

Searched refs:__cxa_free_exception (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h34 _LIBCPP_OVERRIDABLE_FUNC_VIS void __cxa_free_exception(void*) throw();
117 __cxxabiv1::__cxa_free_exception(__ex); in make_exception_ptr()
/freebsd/contrib/libcxxrt/
H A Dcxxabi.h216 void __cxa_free_exception(void* thrown_exception) _LIBCXXRT_NOEXCEPT;
H A Dexception.cc124 extern "C" void __cxa_free_exception(void *thrown_exception) _LIBCXXRT_NOEXCEPT;
391 __cxa_free_exception(static_cast<void*>(ex + 1)); in exception_cleanup()
411 __cxa_free_exception(ex+1); in free_exception_list()
701 extern "C" void __cxa_free_exception(void *thrown_exception) _LIBCXXRT_NOEXCEPT in __cxa_free_exception() function
733 __cxa_free_exception(exception+1); in releaseException()
/freebsd/lib/libcxxrt/
H A DVersion.map17 __cxa_free_exception;
H A DVersion.map.arm18 __cxa_free_exception;