Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h223 if (::testing::internal::AlwaysTrue()) { \
261 if (::testing::internal::AlwaysTrue()) { \
263 } else if (!::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h812 GTEST_API_ bool AlwaysTrue();
815 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()
1310 if (::testing::internal::AlwaysTrue()) { \
1428 if (::testing::internal::AlwaysTrue()) { \
1459 if (::testing::internal::AlwaysTrue()) { \
/src/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()) { \
/src/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc40 using testing::internal::AlwaysTrue;
124 if (AlwaysTrue()) _Exit(1); in DieWithMessage()
319 if (AlwaysTrue()) in TEST_F()
1472 if (AlwaysTrue()) in TEST()
H A Dgtest_unittest.cc234 using testing::internal::AlwaysTrue;
4145 if (AlwaysTrue()) in TEST()
4190 if (AlwaysTrue()) in TEST()
4197 if (AlwaysTrue()) in TEST()
4204 if (AlwaysTrue()) in TEST()
4234 if (AlwaysTrue()) in TEST()
H A Dgoogletest-port-test.cc219 if (AlwaysTrue()) in TEST()
/src/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()
/src/contrib/googletest/googletest/src/
H A Dgtest.cc1293 while (::testing::internal::AlwaysTrue()) { in SplitString()
6487 bool AlwaysTrue() { in AlwaysTrue() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10884 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10886 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10888 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
H A DSemaExpr.cpp11726 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
11751 Result = AlwaysTrue; in diagnoseTautologicalComparison()
11777 Result = AlwaysTrue; in diagnoseTautologicalComparison()