Lines Matching refs:sx

7     static int sx; // expected-note 3 {{declared}} \  member in test0::A
19 (void) a.sx; // expected-error {{'sx' is a protected member}} in test()
23 (void) b.sx; // expected-error {{'sx' is a protected member}} in test()
27 (void) c.sx; // expected-error {{'sx' is a protected member}} in test()
31 (void) d.sx; // expected-error {{'sx' is a private member}} in test()
38 static int sx; member in test1::A
53 (void) a.sx; in test()
57 (void) b.sx; in test()
61 (void) c.sx; in test()
65 (void) d.sx; in test()
72 static int sx; member in test2::A
87 (void) a.sx; in test()
91 (void) a.sx; in test()
95 (void) a.sx; in test()
99 (void) a.sx; in test()
107 static int sx; member in test3::A
122 (void) b.sx; in test()
126 (void) b.sx; in test()
130 (void) b.sx; in test()
134 (void) b.sx; in test()
142 static int sx; // expected-note 3{{member is declared here}} member in test4::A
158 (void) c.sx; // expected-error {{'sx' is a protected member}} in test()
163 (void) c.sx; // expected-error {{'sx' is a protected member}} in test()
167 (void) c.sx; in test()
172 (void) c.sx; // expected-error {{'sx' is a protected member}} in test()
180 static int sx; // expected-note 3{{member is declared here}} member in test5::A
196 (void) d.sx; // expected-error {{'sx' is a private member}} in test()
201 (void) d.sx; // expected-error {{'sx' is a private member}} in test()
206 (void) d.sx; // expected-error {{'sx' is a private member}} in test()
210 (void) d.sx; in test()
274 void (*sx)(Static) = &A::foo; in test() local
278 void (*sx)(Static) = &A::foo; in test() local
282 void (*sx)(Static) = &A::foo; in test() local
286 void (*sx)(Static) = &A::foo; in test() local