• Home
  • Raw
  • Download

Lines Matching full:comparison

16                 // expected-note{{use '==' to turn this assignment into an equality comparison}} \  in test()
21 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
26 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
31 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
36 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
41 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
46 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
50 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
62 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
67 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
72 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
76 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
82 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
87 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
92 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
96 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test()
102 … // expected-note{{use '!=' to turn this compound assignment into an inequality comparison}} \ in test()
106 … // expected-note{{use '!=' to turn this compound assignment into an inequality comparison}} \ in test()
109 if ((x == 5)) {} // expected-warning {{equality comparison with extraneous parentheses}} \ in test()
110 … // expected-note {{use '=' to turn this equality comparison into an assignment}} \ in test()
111 … // expected-note {{remove extraneous parentheses around the comparison to silence this warning}} in test()
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \ in test2()
129 … // expected-note {{use '=' to turn this equality comparison into an assignment}} \ in test2()
130 … // expected-note {{remove extraneous parentheses around the comparison to silence this warning}} in test2()
137 if ((t.g == 3)) { } // expected-warning {{equality comparison with extraneous parentheses}} \ in f()
138 … // expected-note {{use '=' to turn this equality comparison into an assignment}} \ in f()
139 … // expected-note {{remove extraneous parentheses around the comparison to silence this warning}} in f()