Home | History | Annotate | Download | only in class.mem

Lines Matching full:static

5   static int v1; // expected-note{{previous declaration is here}}
9 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}}
11 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}}
26 static int v2; // expected-note{{previous declaration is here}}
27 static int v2; //expected-error{{duplicate member 'v2'}}
32 static int v3;
35 static int v3;
41 static int v4;
49 static int v5; //expected-note{{previous definition is here}}
53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol}}
57 static int v7; //expected-error{{redefinition of 'v7' as different kind of symbol}}