Searched refs:AlwaysTrue (Results 1 – 8 of 8) sorted by relevance
216 if (::testing::internal::AlwaysTrue()) { \254 if (::testing::internal::AlwaysTrue()) { \256 } else if (!::testing::internal::AlwaysTrue()) { \
814 GTEST_API_ bool AlwaysTrue();817 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse()1258 if (::testing::internal::AlwaysTrue()) { statement; }1288 if (::testing::internal::AlwaysTrue()) { \1302 if (::testing::internal::AlwaysTrue()) { \1333 if (::testing::internal::AlwaysTrue()) { \
220 if (::testing::internal::AlwaysTrue()) { statement; }\234 if (::testing::internal::AlwaysTrue()) { statement; }\
313 if (::testing::internal::AlwaysTrue()) { \
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()
944 while (::testing::internal::AlwaysTrue()) { in SplitString()5708 bool AlwaysTrue() { in AlwaysTrue() function
10144 bool AlwaysTrue; in isFunctionAlwaysEnabled() local10146 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()10148 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
11361 AlwaysTrue, in diagnoseTautologicalComparison() enumerator11386 Result = AlwaysTrue; in diagnoseTautologicalComparison()11412 Result = AlwaysTrue; in diagnoseTautologicalComparison()