Home | History | Annotate | Download | only in Sema

Lines Matching full:static

3 static int g0; // expected-note{{previous definition}}
4 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}}
6 static int g1;
9 static int g2;
13 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}}
16 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}}
19 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}}