| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-death-test_ex_test.cc | 56 << (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 D | googletest-env-var-test_.cc | 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
|
| H A D | gtest_unittest.cc | 42 || 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 D | googletest-death-test-test.cc | 680 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-interp.c | 132 return catch_exceptions (uiout, do_captured_execute_command, &args, in safe_execute_command()
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 161 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 D | gtest.cc | 236 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | thread.c | 286 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 D | wrapper.c | 321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs, in gdb_value_struct_elt()
|
| H A D | defs.h | 998 extern int catch_exceptions (struct ui_out *uiout,
|
| H A D | top.c | 479 catch_exceptions (struct ui_out *uiout, in catch_exceptions() function
|
| H A D | remote-fileio.c | 1330 ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, in remote_fileio_request()
|
| H A D | frame.c | 849 if (catch_exceptions (uiout, unwind_to_current_frame, sentinel_frame, in get_current_frame()
|
| H A D | breakpoint.c | 1071 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 D | remote.c | 2274 ex = catch_exceptions (uiout, in remote_open_1()
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-main.c | 1210 result = catch_exceptions (uiout, captured_mi_execute_command, &args, "", in mi_execute_command()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 108 GTEST_DECLARE_bool_(catch_exceptions);
|