Lines Matching full:will
48 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
50 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
52 b = S::f2; // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
54 if (S::f2) {} // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
56 b = f5; // expected-warning {{address of function 'f5' will always evaluate to 'true'}} \
59 b = f6; // expected-warning {{address of function 'f6' will always evaluate to 'true'}} \
85 // expected-warning@-1{{address of array 'b' will always evaluate to 'true'}}
87 // expected-warning@-1{{address of array 'b' will always evaluate to 'true'}}
89 // expected-warning@-1{{address of array 'c.x' will always evaluate to 'true'}}
91 // expected-warning@-1{{address of array 'str' will always evaluate to 'true'}}
110 // expected-warning@-1{{address of 'b' will always evaluate to 'true'}}
112 // expected-warning@-1{{address of 'c' will always evaluate to 'true'}}
114 // expected-warning@-1{{address of 's.a' will always evaluate to 'true'}}
116 // expected-warning@-1{{address of 's.b' will always evaluate to 'true'}}
118 // expected-warning@-1{{address of 'S::a' will always evaluate to 'true'}}
133 // expected-warning@-1{{address of array 'array' will always evaluate to 'true'}}
137 // expected-warning@-1{{address of function 'fun' will always evaluate to 'true'}}
145 // expected-warning@-1{{address of 'x' will always evaluate to 'true'}}