Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Ddwarf_helper.h76 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
Dcxxabi.cc49 void defaultExceptionCleanupFunc(_Unwind_Reason_Code reason, in defaultExceptionCleanupFunc()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
666 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()
Dcxa_personality.cpp493 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR, member
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc470 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc891 virtual void Abort(AbortReason reason) { in Abort()