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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_exception.hpp119 extern "C" void __cxa_free_dependent_exception (void * dependent_exception);
H A Dcxa_exception.h115 extern "C" _LIBCXXABI_FUNC_VIS void __cxa_free_dependent_exception (void * dependent_exception);
H A Dcxa_exception.cpp224 // This function shall free a dependent_exception.
226 void __cxa_free_dependent_exception (void * dependent_exception) { argument
227 __aligned_free_with_fallback(dependent_exception);

Completed in 83 milliseconds