Lines Matching defs:y1
202 static inline int y1;
225 ++y1;
233 &y1;
247 &D::y1;
262 f0(y1);
270 g0(y1);
279 f1(y1);
287 g1(y1);
296 f2(y1);
304 g2(y1);
315 ++y1;
323 &y1;
337 &D::y1;
352 f0(y1); // expected-error {{call to non-static member function without an object argument}}
360 g0(y1);
369 f1(y1); // expected-error {{call to non-static member function without an object argument}}
377 g1(y1);
386 f2(y1); // expected-error {{call to non-static member function without an object argument}}
394 g2(y1);
409 static inline int y1;
431 ++y1;
437 &y1;
447 &E::y1;
458 f0(y1);
464 g0(y1);
471 f1(y1);
477 g1(y1);
484 T::f0(y1);
490 T::g0(y1);
497 E::f1(y1);
503 E::g1(y1);
512 ++y1;
518 &y1;
528 &E::y1;
539 f0(y1); // expected-error {{call to non-static member function without an object argument}}
545 g0(y1);
552 f1(y1); // expected-error {{call to non-static member function without an object argument}}
558 g1(y1);
565 T::f0(y1); // expected-error {{call to non-static member function without an object argument}}
571 T::g0(y1);
578 E::f1(y1); // expected-error {{call to non-static member function without an object argument}}
584 E::g1(y1);