Lines Matching full:always
15 …cted-warning@-1{{comparison of constant 2147483647 with expression of type 'short' is always true}} in test0()
20 …cted-warning@-1{{comparison of constant 2147483647 with expression of type 'short' is always true}} in test1()
44 // expected-warning@-1{{comparison of array 'b' equal to a null pointer is always false}} in test()
46 // expected-warning@-1{{comparison of array 'b' not equal to a null pointer is always true}} in test()
48 // expected-warning@-1{{comparison of array 'b' equal to a null pointer is always false}} in test()
50 // expected-warning@-1{{comparison of array 'b' not equal to a null pointer is always true}} in test()
52 // expected-warning@-1{{comparison of array 'c.x' equal to a null pointer is always false}} in test()
54 // expected-warning@-1{{comparison of array 'c.x' not equal to a null pointer is always true}} in test()
56 // expected-warning@-1{{comparison of array 'str' equal to a null pointer is always false}} in test()
58 // expected-warning@-1{{comparison of array 'str' not equal to a null pointer is always true}} in test()
80 // expected-warning@-1{{comparison of function 'fun1' equal to a null pointer is always false}} in test()
83 // expected-warning@-1{{comparison of function 'fun2' equal to a null pointer is always false}} in test()
87 // expected-warning@-1{{comparison of function 'fun3' equal to a null pointer is always false}} in test()
91 // expected-warning@-1{{comparison of function 'fun4' equal to a null pointer is always false}} in test()
94 … // expected-warning@-1{{comparison of function 'fun1' not equal to a null pointer is always true}} in test()
97 … // expected-warning@-1{{comparison of function 'fun2' not equal to a null pointer is always true}} in test()
100 … // expected-warning@-1{{comparison of function 'fun3' not equal to a null pointer is always true}} in test()
104 … // expected-warning@-1{{comparison of function 'fun4' not equal to a null pointer is always true}} in test()
107 … // expected-warning@-1{{comparison of function 'S::foo' equal to a null pointer is always false}} in test()
128 // expected-warning@-1{{comparison of address of 'b' equal to a null pointer is always false}} in test()
130 // expected-warning@-1{{comparison of address of 'c' equal to a null pointer is always false}} in test()
132 // expected-warning@-1{{comparison of address of 's.a' equal to a null pointer is always false}} in test()
134 // expected-warning@-1{{comparison of address of 's.b' equal to a null pointer is always false}} in test()
136 … // expected-warning@-1{{comparison of address of 'S::a' equal to a null pointer is always false}} in test()
148 // expected-warning@-1{{comparison of array 'array' equal to a null pointer is always false}} in test()
150 // expected-warning@-1{{comparison of array 'array' not equal to a null pointer is always true}} in test()
152 // expected-warning@-1{{comparison of array 'array' equal to a null pointer is always false}} in test()
154 // expected-warning@-1{{comparison of array 'array' not equal to a null pointer is always true}} in test()
157 // expected-warning@-1{{comparison of function 'fun' equal to a null pointer is always false}} in test()
160 … // expected-warning@-1{{comparison of function 'fun' not equal to a null pointer is always true}} in test()
163 // expected-warning@-1{{comparison of function 'fun' equal to a null pointer is always false}} in test()
166 … // expected-warning@-1{{comparison of function 'fun' not equal to a null pointer is always true}} in test()
170 // expected-warning@-1{{comparison of address of 'x' equal to a null pointer is always false}} in test()
172 … // expected-warning@-1{{comparison of address of 'x' not equal to a null pointer is always true}} in test()
174 // expected-warning@-1{{comparison of address of 'x' equal to a null pointer is always false}} in test()
176 … // expected-warning@-1{{comparison of address of 'x' not equal to a null pointer is always true}} in test()