Home | History | Annotate | Download | only in Sema

Lines Matching refs:offsetof

12 extern int a0[offsetof(struct s0, f1) == 4 ? 1 : -1];
19 extern int a1[offsetof(struct s1, f1) == 2 ? 1 : -1];
30 extern int a2_0[offsetof(struct s2_0, f1) == 2 ? 1 : -1];
38 extern int a2_1[offsetof(struct s2_1, f1) == 4 ? 1 : -1];
46 extern int a2_2[offsetof(struct s2_2, f1) == 4 ? 1 : -1];
56 extern int a2_3[offsetof(struct s2_3, f1) == 2 ? 1 : -1];
66 extern int a2_4[offsetof(struct s2_4, f1) == 4 ? 1 : -1];
78 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1];
79 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
92 extern int a4_0[offsetof(struct s4_0, f1) == 1 ? 1 : -1];
93 extern int a4_1[offsetof(struct s4_1, f1) == 4 ? 1 : -1];