Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h224 if (::testing::internal::AlwaysTrue()) { \
262 if (::testing::internal::AlwaysTrue()) { \
264 } else if (!::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h826 GTEST_API_ bool AlwaysTrue();
829 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()
1353 if (::testing::internal::AlwaysTrue()) { \
1471 if (::testing::internal::AlwaysTrue()) { \
1502 if (::testing::internal::AlwaysTrue()) { \
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h228 if (::testing::internal::AlwaysTrue()) { \
244 if (::testing::internal::AlwaysTrue()) { \
H A Dgtest-death-test.h316 if (::testing::internal::AlwaysTrue()) { \
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc38 using testing::internal::AlwaysTrue;
122 if (AlwaysTrue()) _exit(1); in DieWithMessage()
315 if (AlwaysTrue()) in TEST_F()
1468 if (AlwaysTrue()) in TEST()
H A Dgtest_unittest.cc234 using testing::internal::AlwaysTrue;
4092 if (AlwaysTrue()) in TEST()
4137 if (AlwaysTrue()) in TEST()
4144 if (AlwaysTrue()) in TEST()
4151 if (AlwaysTrue()) in TEST()
4181 if (AlwaysTrue()) in TEST()
H A Dgoogletest-port-test.cc219 if (AlwaysTrue()) in TEST()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1094 bool AlwaysTrue = B->getOpcode() == BO_LOr; in checkIncorrectLogicOperator() local
1096 BuildOpts.Observer->logicAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()
1097 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
1177 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local
1191 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1194 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1204 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()
1207 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()
1208 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc1255 while (::testing::internal::AlwaysTrue()) { in SplitString()
6312 bool AlwaysTrue() { in AlwaysTrue() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10872 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10874 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10876 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
H A DSemaExpr.cpp12748 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
12773 Result = AlwaysTrue; in diagnoseTautologicalComparison()
12799 Result = AlwaysTrue; in diagnoseTautologicalComparison()