Lines Matching defs:y0
187 static inline int y0;
224 ++y0;
232 &y0;
246 &B::y0;
261 f0(y0);
269 g0(y0);
278 f1(y0);
286 g1(y0);
295 f2(y0);
303 g2(y0);
314 ++y0;
322 &y0;
336 &B::y0;
351 f0(y0); // expected-error {{call to non-static member function without an object argument}}
359 g0(y0);
368 f1(y0); // expected-error {{call to non-static member function without an object argument}}
376 g1(y0);
385 f2(y0); // expected-error {{call to non-static member function without an object argument}}
393 g2(y0);
415 using T::y0;
430 ++y0;
436 &y0;
446 &T::y0;
457 f0(y0);
463 g0(y0);
470 f1(y0);
476 g1(y0);
483 T::f0(y0);
489 T::g0(y0);
496 E::f1(y0);
502 E::g1(y0);
511 ++y0;
517 &y0;
527 &T::y0;
538 f0(y0); // expected-error {{call to non-static member function without an object argument}}
544 g0(y0);
551 f1(y0); // expected-error {{call to non-static member function without an object argument}}
557 g1(y0);
564 T::f0(y0); // expected-error {{call to non-static member function without an object argument}}
570 T::g0(y0);
577 E::f1(y0); // expected-error {{call to non-static member function without an object argument}}
583 E::g1(y0);