Lines Matching full:remove
9 // expected-note {{remove the 'if' if its condition is always true}}
21 // expected-note {{remove the 'if' if its condition is always false}}
33 // expected-note {{remove the condition if it is always true}}
49 // expected-note {{remove the condition if it is always false}}
69 // expected-note {{remove the condition if it is always true}}
85 // expected-note {{remove the condition if it is always false}}
98 // expected-note {{remove the condition if it is always true}}
117 // expected-note {{remove the condition if it is always false}}
165 // expected-note {{remove the '?:' if its condition is always true}}
178 // expected-note {{remove the '?:' if its condition is always false}}
190 // expected-note {{remove the '&&' if its condition is always true}}
202 // expected-note {{remove the '&&' if its condition is always false}}
216 // expected-note {{remove the '||' if its condition is always true}}
230 // expected-note {{remove the '||' if its condition is always false}}
319 // expected-note {{remove the 'if' if its condition is always true}}
325 // expected-note {{remove the 'if' if its condition is always true}}
376 if (b) { // expected-warning {{variable 'x' is used uninitialized whenever 'if' condition is true}} expected-note {{remove}}