Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:both

160     i++;  // expected-warning{{incremented both}}
164 ++i; // expected-warning{{incremented both}}
168 i++; // expected-warning{{incremented both}}
171 ++i; // expected-warning{{incremented both}}
176 i--; // expected-warning{{decremented both}}
180 --i; // expected-warning{{decremented both}}
184 i--; // expected-warning{{decremented both}}
187 --i; // expected-warning{{decremented both}}
217 i++; // expected-warning{{incremented both}}
221 ++i; // expected-warning{{incremented both}}
225 i++; // expected-warning{{incremented both}}
228 ++i; // expected-warning{{incremented both}}
233 i--; // expected-warning{{decremented both}}
237 --i; // expected-warning{{decremented both}}
241 i--; // expected-warning{{decremented both}}
244 --i; // expected-warning{{decremented both}}