Home | History | Annotate | Download | only in Sema

Lines Matching full:extern

7     extern int a16[];
11 // PR10013: Scope of extern declarations extend past enclosing block
12 extern int PR10013_x;
16 extern int PR10013_x;
17 extern int PR10013_x;
24 extern int test1_a[];
27 void test2declarer() { extern int test2_array[100]; }
28 extern int test2_array[];
32 { extern int test3_array[100]; }
33 extern int test3_array[];
38 extern int test4_array[];
40 extern int test4_array[100];
46 // Test that invalid local extern declarations of library
48 extern void abort(void); // expected-note 2 {{previous declaration is here}}
49 extern float *calloc(); // expected-warning {{incompatible redeclaration of library function}} expected-note {{is a builtin}} expected-note 2 {{previous declaration is here}}