Home
last modified time | relevance | path

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

/external/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()
DAndroid.mk23 test_name := language.support/support.exception/exception.terminate/set.terminate/get_terminate
24 test_src := get_terminate.pass.cpp
/external/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()
699 dep_exception_header->terminateHandler = std::get_terminate(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1195 t_handler = std::get_terminate(); in __cxa_call_unexpected()
/external/libcxx/src/
Dexception.cpp77 get_terminate() _NOEXCEPT in get_terminate() function
91 (*get_terminate())(); in terminate()
/external/libcxx/include/
Dexception48 terminate_handler get_terminate() noexcept;
114 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;