• Home
  • Raw
  • Download

Lines Matching full:here

6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
11 // CHECK: struct2.c:18:7: note: 'S2' is a union here
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
16 // CHECK: struct2.c:21:8: note: no corresponding field here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
20 // CHECK: struct2.c:24:26: note: field 'f' has type 'float' here
21 // CHECK: struct1.c:27:8: note: no corresponding field here
23 // CHECK: struct1.c:27:22: note: declared here with type 'struct S4'
25 // CHECK: struct1.c:33:33: note: bit-field 'j' with type 'unsigned int' and length 8 here
28 // CHECK: struct1.c:33:42: note: declared here with type 'struct S6'
30 // CHECK: struct1.c:36:33: note: bit-field 'j' with type 'unsigned int' and length 8 here
31 // CHECK: struct2.c:33:33: note: bit-field 'j' with type 'unsigned int' and length 16 here
33 // CHECK: struct1.c:36:42: note: declared here with type 'struct S7'
35 // CHECK: struct1.c:56:35: note: field 'f' has type 'int' here
36 // CHECK: struct2.c:53:37: note: field 'f' has type 'float' here
38 // CHECK: struct1.c:56:41: note: field 'Deeper' has type 'struct DeeperError *' here
39 // CHECK: struct2.c:53:43: note: field 'Deeper' has type 'struct DeeperError *' here
41 // CHECK: struct1.c:57:3: note: declared here with type 'struct DeepError'