Searched refs:set_terminate (Results 1 - 21 of 21) sorted by relevance

/external/libcxx/test/std/language.support/support.exception/exception.terminate/set.terminate/
H A Dset_terminate.pass.cpp10 // test set_terminate
21 std::set_terminate(f1);
22 assert(std::set_terminate(f2) == f1);
H A Dget_terminate.pass.cpp21 std::set_terminate(f1);
23 std::set_terminate(f2);
/external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
H A Dterminate.pass.cpp23 std::set_terminate(f1);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_throw_on_failure_test_.cc42 #include <exception> // for set_terminate
55 std::set_terminate(&TerminateHandler);
H A Dgtest_catch_exceptions_test_.cc45 # include <exception> // For set_terminate().
307 std::set_terminate(&TerminateHandler);
/external/gtest/test/
H A Dgtest_throw_on_failure_test_.cc42 #include <exception> // for set_terminate
55 std::set_terminate(&TerminateHandler);
H A Dgtest_catch_exceptions_test_.cc45 # include <exception> // For set_terminate().
307 std::set_terminate(&TerminateHandler);
/external/libcxx/test/std/depr/exception.unexpected/set.unexpected/
H A Dset_unexpected.pass.cpp32 std::set_terminate(f3);
H A Dget_unexpected.pass.cpp36 std::set_terminate(f3);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_throw_on_failure_test_.cc42 #include <exception> // for set_terminate
55 std::set_terminate(&TerminateHandler);
H A Dgtest_catch_exceptions_test_.cc45 # include <exception> // For set_terminate().
307 std::set_terminate(&TerminateHandler);
/external/libcxx/test/std/language.support/support.exception/except.nested/
H A Drethrow_nested.pass.cpp60 std::set_terminate(go_quietly);
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait.exception.pass.cpp54 std::set_terminate(f1);
H A Dwait_for.exception.pass.cpp54 std::set_terminate(f1);
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
H A Ddtor.pass.cpp55 std::set_terminate(f1);
/external/libcxxabi/test/
H A Dtest_vector3.pass.cpp51 std::set_terminate(my_terminate);
H A Dtest_vector2.pass.cpp80 std::set_terminate ( my_terminate );
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
H A Dmove2.pass.cpp57 std::set_terminate(f1);
/external/libcxxabi/src/
H A Dcxa_default_handlers.cpp113 set_terminate(terminate_handler func) _NOEXCEPT
/external/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp89 terminate_handler set_terminate(terminate_handler) { return 0; } function in namespace:std
/external/libcxx/src/
H A Dexception.cpp71 set_terminate(terminate_handler func) _NOEXCEPT

Completed in 562 milliseconds