Searched refs:dependent_exception (Results 1 – 2 of 2) sorted by relevance
165 extern "C" _LIBCXXABI_FUNC_VIS void __cxa_free_dependent_exception (void * dependent_exception);
243 void __cxa_free_dependent_exception (void * dependent_exception) { in __cxa_init_primary_exception() argument244 __aligned_free_with_fallback(dependent_exception); in __cxa_init_primary_exception()