Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp52 struct noemptybasearray { [[no_unique_address]] empty dummy[3]; }; struct
53 struct agg_nofloat_emptybasearray : noemptybasearray { float a; };
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp49 struct noemptybasearray { [[no_unique_address]] empty dummy[3]; }; argument
50 struct agg_nofloat_emptybasearray : noemptybasearray { float a; };