Searched refs:AlwaysTrue (Results 1 – 11 of 11) sorted by relevance
191 if (::testing::internal::AlwaysTrue()) { \231 if (::testing::internal::AlwaysTrue()) { \233 } else if (!::testing::internal::AlwaysTrue()) { \
769 GTEST_API_ bool AlwaysTrue();772 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()1218 if (::testing::internal::AlwaysTrue()) { statement; }1248 if (::testing::internal::AlwaysTrue()) { \1262 if (::testing::internal::AlwaysTrue()) { \1293 if (::testing::internal::AlwaysTrue()) { \
219 if (::testing::internal::AlwaysTrue()) { statement; }\233 if (::testing::internal::AlwaysTrue()) { statement; }\
314 if (::testing::internal::AlwaysTrue()) { \
38 using testing::internal::AlwaysTrue;112 if (AlwaysTrue()) in DieWithMessage()284 if (AlwaysTrue()) in TEST_F()1384 if (AlwaysTrue()) in TEST()
233 using testing::internal::AlwaysTrue;4098 if (AlwaysTrue()) in TEST()4131 if (AlwaysTrue()) in TEST()4139 if (AlwaysTrue()) in TEST()4147 if (AlwaysTrue()) in TEST()4166 if (AlwaysTrue()) in TEST()
234 if (AlwaysTrue()) in TEST()
1105 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()1132 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()1135 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()1136 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
975 while (::testing::internal::AlwaysTrue()) { in SplitString()5640 bool AlwaysTrue() { in AlwaysTrue() function
10161 bool AlwaysTrue; in isFunctionAlwaysEnabled() local10163 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()10165 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
11450 AlwaysTrue, in diagnoseTautologicalComparison() enumerator11475 Result = AlwaysTrue; in diagnoseTautologicalComparison()11501 Result = AlwaysTrue; in diagnoseTautologicalComparison()