Lines Matching full:comparison
11 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
12 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
15 // CHECK: to evaluate the comparison first in test1()
23 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
24 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
27 // CHECK: to evaluate the comparison first in test1()
35 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
36 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
39 // CHECK: to evaluate the comparison first in test1()
47 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
48 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
51 // CHECK: to evaluate the comparison first in test1()
59 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
60 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
63 // CHECK: to evaluate the comparison first in test1()
71 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
72 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
75 // CHECK: to evaluate the comparison first in test1()
105 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test1()
106 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test1()
109 // CHECK: to evaluate the comparison first in test1()
132 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test2()
133 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test2()
136 // CHECK: to evaluate the comparison first in test2()
144 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test2()
145 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test2()
148 // CHECK: to evaluate the comparison first in test2()
156 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test2()
157 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test2()
160 // CHECK: to evaluate the comparison first in test2()
168 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in test2()
169 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in test2()
172 // CHECK: to evaluate the comparison first in test2()
197 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} in PR16673()
198 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} in PR16673()
201 // CHECK: to evaluate the comparison first in PR16673()