Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp88 struct HVAWithEmptyBase : Float1, Empty, Float2 { float z; }; struct
93 void CC with_empty_base(HVAWithEmptyBase a) {} in with_empty_base()