Lines Matching full:condition

1 // RUN: %check_clang_tidy %s bugprone-redundant-branch-condition %t \
24 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct()
37 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect()
48 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_inner_and_lhs()
60 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_inner_and_lhs()
72 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_inner_and_rhs()
84 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_inner_and_rhs()
96 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_inner_or_lhs()
109 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_inner_or_lhs()
122 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_inner_or_rhs()
135 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_inner_or_rhs()
148 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_lhs()
161 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_lhs()
174 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_lhs_inner_and_lhs()
186 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_lhs_inner_and_lhs()
198 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_lhs_inner_and_rhs()
210 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_lhs_inner_and_rhs()
222 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_lhs_inner_or_lhs()
235 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_lhs_inner_or_lhs()
248 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_lhs_inner_or_rhs()
261 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_lhs_inner_or_rhs()
274 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_rhs()
287 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_rhs()
300 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_rhs_inner_and_lhs()
312 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_rhs_inner_and_lhs()
324 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_inner_outer_and_rhs_and_rhs()
336 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_rhs_inner_and_rhs()
348 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_rhs_inner_or_lhs()
361 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_rhs_inner_or_lhs()
374 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_outer_and_rhs_inner_or_rhs()
387 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_outer_and_rhs_inner_or_rhs()
971 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in negative_by_val()
990 // Condition variable mutated in or after the inner loop
996 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_direct_mutated_after_inner()
1010 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect_mutated_after_inner()
1025 …ECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_indirect2_mutated_after_inner()
1039 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_mutated_in_inner()
1052 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_or_lhs_with_side_effect()
1064 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_or_rhs_with_side_effect()
1081 …MESSAGES-NOT: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_gnu_expression_statement()
1088 // Comma after Condition
1095 …MESSAGES-NOT: :[[@LINE-1]]:5: warning: redundant condition 'onFire' [bugprone-redundant-branch-con… in positive_comma_after_condition()
1117 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'isSet' [bugprone-redundant-branch-cond… in positive_expr_with_cleanups()
1123 …ECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'isSet' [bugprone-redundant-branch-cond… in positive_expr_with_cleanups()
1215 …CHECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'x' [bugprone-redundant-branch-condit… in lambda_capture_by_value()
1247 …CHECK-MESSAGES: :[[@LINE-1]]:5: warning: redundant condition 'x' [bugprone-redundant-branch-condit… in block_capture_by_value()
1271 …CHECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'x' [bugprone-redundant-branch-condit… in capture_with_branches_inside_lambda_bad()
1310 …CHECK-MESSAGES: :[[@LINE-1]]:7: warning: redundant condition 'x' [bugprone-redundant-branch-condit… in capture_with_branches_inside_block_bad_simpler()
1341 // Comma after Condition