Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp115 extern "C" _LIBCXXABI_FUNC_VIS void * __cxa_allocate_dependent_exception ();
Dcxa_exception.cpp215 void * __cxa_allocate_dependent_exception () { in __cxa_allocate_dependent_exception() function
722 static_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception()); in __cxa_rethrow_primary_exception()