Home
last modified time | relevance | path

Searched refs:as1_2 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dstruct-packed-align.c58 struct __attribute__((aligned)) as1_2 { struct
62 extern int e1_2[sizeof(struct as1_2) == 8 ? 1 : -1]; argument
63 extern int e2_2[__alignof(struct as1_2) == 8 ? 1 : -1];
65 extern int e1_2[sizeof(struct as1_2) == 16 ? 1 : -1];
66 extern int e2_2[__alignof(struct as1_2) == 16 ? 1 : -1];
/external/llvm-project/clang/test/Sema/
Dstruct-packed-align.c59 struct __attribute__((aligned)) as1_2 { struct
63 extern int e1_2[sizeof(struct as1_2) == 8 ? 1 : -1]; argument
64 extern int e2_2[__alignof(struct as1_2) == 8 ? 1 : -1];
66 extern int e1_2[sizeof(struct as1_2) == 16 ? 1 : -1];
67 extern int e2_2[__alignof(struct as1_2) == 16 ? 1 : -1];