Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.cpp63 struct __attribute__((packed)) U7 { struct
65 …T1 b; // expected-warning {{field b within 'U7' is less aligned than 'T1' and is usually due to 'U… argument
66 int c;
H A Dtest-wunaligned-access.c57 struct __attribute__((packed)) U7 { struct
61 …struct T1 d; // expected-warning {{field d within 'struct U7' is less aligned than 'struct T1' and… argument
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1555 using U7 = S7<T, U>; typedef