Home
last modified time | relevance | path

Searched defs:U9 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.cpp75 struct __attribute__((aligned(4))) U9 { struct
77 …T1 b; // expected-warning {{field b within 'U9' is less aligned than 'T1' and is usually due to 'U… argument
78 int c;
H A Dtest-wunaligned-access.c71 struct __attribute__((packed)) U9 { struct
72 short a;
73 short b;
74 char c;
75 struct T1 d __attribute__((aligned(4)));
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp254 template<typename T> using U9 = S9<int, char, T>; typedef
[all...]
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp3257 struct U9 {}; struct