HomeSort by relevance Sort by last modified time
    Searched full:as1_2 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
struct-packed-align.c 59 struct __attribute__((aligned)) as1_2 { struct
62 extern int e1_2[sizeof(struct as1_2) == 16 ? 1 : -1];
63 extern int e2_2[__alignof(struct as1_2) == 16 ? 1 : -1];

Completed in 126 milliseconds