Home | History | Annotate | Download | only in Sema

Lines Matching refs:__alignof

13 extern int a2[__alignof(struct s) == 4 ? 1 : -1];
23 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];
31 extern int c2[__alignof(struct fas) == 4 ? 1 : -1];
39 extern int d2[__alignof(struct packed_fas) == 1 ? 1 : -1];
47 extern int d2_2[__alignof(struct packed_after_fas) == 1 ? 1 : -1];
56 extern int e2[__alignof(struct as1) == 8 ? 1 : -1];
63 extern int e2_2[__alignof(struct as1_2) == 8 ? 1 : -1];
66 extern int e2_2[__alignof(struct as1_2) == 16 ? 1 : -1];
75 extern int f2[__alignof(struct as2) == 8 ? 1 : -1];
84 extern int g2[__alignof(struct as3) == 8 ? 1 : -1];
96 extern int h2[__alignof(union au4) == 1 ? 1 : -1];
101 extern int h2[__alignof(union au5) == 4 ? 1 : -1];
106 extern int i2[__alignof(struct as6) == 2 ? 1 : -1];
110 extern int k2[__alignof(union au6) == 2 ? 1 : -1];
115 extern int l2[__alignof(union au7) == 1 ? 1 : -1];
123 extern int m2[__alignof(struct packed_fas2) == 1 ? 1 : -1];
136 extern int n2[__alignof(struct nS) == 8 ? 1 : -1];
139 extern int n2[__alignof(struct nS) == 1 ? 1 : -1];
157 extern int o2[__alignof(struct packed_chars) == 1 ? 1 : -1];
160 extern int o2[__alignof(struct packed_chars) == 1 ? 1 : -1];