Home
last modified time | relevance | path

Searched refs:dependent_exception (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxxabi/src/
H A Dcxa_exception.h165 extern "C" _LIBCXXABI_FUNC_VIS void __cxa_free_dependent_exception (void * dependent_exception);
H A Dcxa_exception.cpp243 void __cxa_free_dependent_exception (void * dependent_exception) { in __cxa_init_primary_exception() argument
244 __aligned_free_with_fallback(dependent_exception); in __cxa_init_primary_exception()