Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp38 struct agg_nofloat_emptybase : noemptybase { float a; }; struct
41 agg_nofloat_emptybase pass_agg_nofloat_emptybase(agg_nofloat_emptybase arg) { return arg; } in pass_agg_nofloat_emptybase()
60 void pass_agg_nofloat_emptybase_ptr(agg_nofloat_emptybase* arg) { pass_agg_nofloat_emptybase(*arg);… in pass_agg_nofloat_emptybase_ptr()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp43 struct agg_nofloat_emptybase : noemptybase { float a; }; argument
44 struct agg_nofloat_emptybase pass_agg_nofloat_emptybase(struct agg_nofloat_emptybase arg) { return … in pass_agg_nofloat_emptybase()