Searched refs:__cxa_free_exception (Results 1 – 5 of 5) sorted by relevance
34 _LIBCPP_OVERRIDABLE_FUNC_VIS void __cxa_free_exception(void*) throw();117 __cxxabiv1::__cxa_free_exception(__ex); in make_exception_ptr()
216 void __cxa_free_exception(void* thrown_exception) _LIBCXXRT_NOEXCEPT;
124 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() function733 __cxa_free_exception(exception+1); in releaseException()
17 __cxa_free_exception;
18 __cxa_free_exception;