Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Sema/
Daddress-packed.c154 struct __attribute__((packed, aligned(2))) AlignedTo2 { struct
158 char *g6(struct AlignedTo2 *s) { in g6() argument
166 struct AlignedTo2Bis* g7(struct AlignedTo2 *s) in g7()