Lines Matching full:declared
8 // CHECK: struct2.c:15:11: error: external variable 'x1' declared with incompatible types in different translation units ('struct S1' vs. 'struct S1')
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
12 // CHECK: struct2.c:18:30: error: external variable 'x2' declared with incompatible types in different translation units ('union S2' vs. 'struct S2')
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
17 // CHECK: struct2.c:21:31: error: external variable 'x3' declared with incompatible types in different translation units ('struct S3' vs. 'struct S3')
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
22 // CHECK: struct2.c:24:31: error: external variable 'x4' declared with incompatible types in different translation units ('struct S4' vs. 'struct S4')
23 // CHECK: struct1.c:27:22: note: declared here with type 'struct S4'
27 // CHECK: struct2.c:30:38: error: external variable 'x6' declared with incompatible types in different translation units ('struct S6' vs. 'struct S6')
28 // CHECK: struct1.c:33:42: note: declared here with type 'struct S6'
32 // CHECK: struct2.c:33:43: error: external variable 'x7' declared with incompatible types in different translation units ('struct S7' vs. 'struct S7')
33 // CHECK: struct1.c:36:42: note: declared here with type 'struct S7'
40 // CHECK: struct2.c:54:3: error: external variable 'xDeep' declared with incompatible types in different translation units ('struct DeepError' vs. 'struct DeepError')
41 // CHECK: struct1.c:57:3: note: declared here with type 'struct DeepError'