Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp238 void __cxa_free_dependent_exception (void * dependent_exception) { in __cxa_free_dependent_exception() argument
239 __aligned_free_with_fallback(dependent_exception); in __cxa_free_dependent_exception()
H A Dcxa_exception.h165 extern "C" _LIBCXXABI_FUNC_VIS void __cxa_free_dependent_exception (void * dependent_exception);
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.cpp227 void __cxa_free_dependent_exception (void * dependent_exception) { in __cxa_free_dependent_exception() argument
228 __aligned_free_with_fallback(dependent_exception); in __cxa_free_dependent_exception()
H A Dcxa_exception.hpp116 extern "C" _LIBCXXABI_FUNC_VIS void __cxa_free_dependent_exception (void * dependent_exception);