Lines Matching full:comma
70 // Test nested comma operators
88 // expected-warning@-1{{comma operator}} in test4()
97 // expected-warning@-1{{comma operator}} in test5()
108 // expected-warning@-1{{comma operator}} in test6()
122 // expected-warning@-1{{comma operator}} in test7()
134 // expected-warning@-1{{comma operator}} in test8()
140 // expected-warning@-1{{comma operator}} in test8()
153 // Ignore comma operator in for-loop initializations and increments.
164 // expected-warning@-1{{comma operator}} in test10()
170 // Ignore comma operator in templates.
211 // expected-warning@-1{{comma operator}} in get_status()
216 // expected-warning@-1{{comma operator}} in get_status()
221 // expected-warning@-1{{comma operator}} in get_status()
228 // Check for comma operator in conditions.
231 // expected-warning@-1{{comma operator}} in test13()
237 // expected-warning@-1{{comma operator}} in test13()
243 // expected-warning@-1{{comma operator}} in test13()
249 // expected-warning@-1{{comma operator}} in test13()
255 // expected-warning@-1{{comma operator}} in test13()
261 // expected-warning@-1{{comma operator}} in test13()
267 // Nested comma operator with fix-its.
270 // expected-warning@-1 3{{comma operator}} in test14()