Lines Matching defs:CHECK_ALIGN
5 #define CHECK_ALIGN(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];
10 CHECK_ALIGN(struct, a, 1)
15 CHECK_ALIGN(struct, a2, 1)
20 CHECK_ALIGN(struct, a3, 1)
25 CHECK_ALIGN(struct, a4, 1)
29 CHECK_ALIGN(union, b, 1)
34 CHECK_ALIGN(struct, c, 1)
38 CHECK_ALIGN(union, d, 1)
43 CHECK_ALIGN(struct, e, 1)
48 CHECK_ALIGN(struct, f, 8)
57 CHECK_ALIGN(struct, s0, 4)