Home
last modified time | relevance | path

Searched refs:AlwaysFalse (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h165 } while (::testing::internal::AlwaysFalse())
182 } while (::testing::internal::AlwaysFalse())
232 } while (::testing::internal::AlwaysFalse())
248 } while (::testing::internal::AlwaysFalse())
H A Dgtest-death-test.h319 } else if (::testing::internal::AlwaysFalse()) { \
H A Dgtest-param-test.h503 if (::testing::internal::AlwaysFalse()) { \
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc37 using testing::internal::AlwaysFalse;
311 if (AlwaysFalse()) in TEST_F()
322 if (AlwaysFalse()) ASSERT_DEATH(return, "") << "did not die"; in TEST_F()
324 if (AlwaysFalse()) in TEST_F()
1464 if (AlwaysFalse()) in TEST()
1475 if (AlwaysFalse()) ASSERT_DEATH_IF_SUPPORTED(return, "") << "did not die"; in TEST()
1477 if (AlwaysFalse()) in TEST()
H A Dgtest_repeat_test.cc54 } while (::testing::internal::AlwaysFalse())
H A Dgtest_unittest.cc233 using testing::internal::AlwaysFalse;
4088 if (AlwaysFalse()) in TEST()
4097 if (AlwaysFalse()) ASSERT_LT(1, 3); in TEST()
4099 if (AlwaysFalse()) in TEST()
4135 if (AlwaysFalse()) EXPECT_THROW(ThrowNothing(), bool); in TEST()
4142 if (AlwaysFalse()) EXPECT_NO_THROW(ThrowAnInteger()); in TEST()
4149 if (AlwaysFalse()) EXPECT_ANY_THROW(ThrowNothing()); in TEST()
4170 if (AlwaysFalse()) in TEST()
4176 if (AlwaysFalse()) in TEST()
4186 if (AlwaysFalse()) in TEST()
H A Dgoogletest-port-test.cc215 if (AlwaysFalse()) in TEST()
224 if (AlwaysFalse()) in TEST()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc320 } while (::testing::internal::AlwaysFalse())
341 } while (::testing::internal::AlwaysFalse())
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h829 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1177 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
1192 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1195 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1204 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12749 AlwaysFalse, in diagnoseTautologicalComparison() enumerator
12778 Result = AlwaysFalse; in diagnoseTautologicalComparison()
12796 Result = AlwaysFalse; in diagnoseTautologicalComparison()