Home | History | Annotate | Download | only in Sema

Lines Matching refs:offsetof

17 extern int a1_0[offsetof(struct s1, f0) == 0 ? 1 : -1];
18 extern int a1_1[offsetof(struct s1, f1) == 2 ? 1 : -1];
26 extern int a2_0[offsetof(struct s2, f0) == 0 ? 1 : -1];
27 extern int a2_1[offsetof(struct s2, f1) == 2 ? 1 : -1];
35 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
36 extern int a3_1[offsetof(struct s3, f1) == 2 ? 1 : -1];
44 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
45 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1];
95 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
96 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1];