Searched defs:cxa_exception_from_exception_unwind_exception (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception.cpp64 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) function in namespace:__cxxabiv1
120 __cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
286 return cxa_exception_from_exception_unwind_exception(
300 cxa_exception_from_exception_unwind_exception(unwind_exception);
416 cxa_exception_from_exception_unwind_exception

Completed in 50 milliseconds