Searched refs:AlwaysTrue (Results 1 – 3 of 3) sorted by relevance
1155 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local1169 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()1172 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()1182 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator()1185 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator()1186 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
10450 bool AlwaysTrue; in isFunctionAlwaysEnabled() local10452 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()10454 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
12310 AlwaysTrue, in diagnoseTautologicalComparison() enumerator12335 Result = AlwaysTrue; in diagnoseTautologicalComparison()12361 Result = AlwaysTrue; in diagnoseTautologicalComparison()