Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Sema/
Daddress-packed.c162 struct __attribute__((packed, aligned(2))) AlignedTo2Bis { struct
166 struct AlignedTo2Bis* g7(struct AlignedTo2 *s) in g7() argument
168 return (struct AlignedTo2Bis*)&s->x; // no-warning in g7()