Home
last modified time | relevance | path

Searched refs:catch_exceptions (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
H A Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
H A Dgtest_unittest.cc42 || testing::GTEST_FLAG(catch_exceptions) in TEST()
202 using testing::GTEST_FLAG(catch_exceptions);
1564 GTEST_FLAG(catch_exceptions) = false; in SetUpTestCase()
1591 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()
1607 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()
5492 catch_exceptions(false), in Flags()
5525 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5527 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5622 bool catch_exceptions; member
5643 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
H A Dgoogletest-death-test-test.cc680 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-interp.c132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h161 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
810 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
H A Dgtest.cc236 catch_exceptions,
594 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2491 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4819 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4826 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5882 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/freebsd-12.1/contrib/gdb/gdb/
H A Dthread.c286 return catch_exceptions (uiout, do_captured_list_thread_ids, NULL, in gdb_list_thread_ids()
715 return catch_exceptions (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
H A Dwrapper.c321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
H A Ddefs.h998 extern int catch_exceptions (struct ui_out *uiout,
H A Dtop.c479 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
H A Dremote-fileio.c1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
H A Dframe.c849 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
H A Dbreakpoint.c1071 val = catch_exceptions (uiout, insert_catchpoint, bpt->owner, prefix, in insert_bp_location()
3629 return catch_exceptions (uiout, do_captured_breakpoint_query, &args, in gdb_breakpoint_query()
H A Dremote.c2274 ex = catch_exceptions (uiout, in remote_open_1()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c1210 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h108 GTEST_DECLARE_bool_(catch_exceptions);