Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp32 struct StructAligned8 { in test1() struct
39 StructAligned8 SA8(11); in test1()
46 struct StructAligned8 { in test1_byvalue() struct
55 StructAligned8 SA8(o); in test1_byvalue()
62 struct StructAligned8 { in test2() struct
72 StructAligned8 SA8; in test2()
81 struct StructAligned8 { in test2_byvalue() struct
92 StructAligned8 SA8; in test2_byvalue()
118 StructAligned8 SA8(11); in test5()
188 StructAligned8 operator+(StructAligned8 &other) { in test8() argument
[all …]