Home
last modified time | relevance | path

Searched refs:get_terminate (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
Dget_terminate.pass.cpp22 assert(std::get_terminate() == f1); in main()
24 assert(std::get_terminate() == f2); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc98 terminate_handler get_terminate() _GABIXX_NOEXCEPT { in get_terminate() function
110 __gabixx::__terminate(std::get_terminate()); in terminate()
Dcall_unexpected.cc272 t_handler = std::get_terminate(); in __cxa_call_unexpected()
Dcxxabi.cc265 header->terminateHandler = std::get_terminate(); in throwException()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_handlers.cpp52 get_terminate() _NOEXCEPT in get_terminate() function
102 __terminate(get_terminate()); in terminate()
Dcxa_exception.cpp229 exception_header->terminateHandler = std::get_terminate(); in __cxa_throw()
697 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1224 t_handler = std::get_terminate(); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0004-std-terminate-should-not-specify-throw-in-C-98.patch18 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp77 get_terminate() _NOEXCEPT in get_terminate() function
91 (*get_terminate())(); in terminate()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception48 terminate_handler get_terminate() noexcept;
114 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
/ndk/sources/cxx-stl/gabi++/include/
Dexception52 terminate_handler get_terminate() _GABIXX_NOEXCEPT;
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1999 $(call gen-test, language.support/support.exception/exception.terminate/set.terminate/get_terminate)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2008 $(call gen-test, language.support/support.exception/exception.terminate/set.terminate/get_terminate)