Home
last modified time | relevance | path

Searched defs:U11 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.cpp96 struct __attribute__((packed)) U11 { struct
97 char a;
98 T2 b;
99 int c;
H A Dtest-wunaligned-access.c85 struct __attribute__((aligned(2))) U11 { struct
86 short a;
87 short b;
88 char c;
89 struct T1 d;
/llvm-project/clang/test/C/drs/
H A Ddr4xx.c315 union U11 { /* expected-warning {{declaration does not declare anything}} */ union