Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp44 struct agg_float_emptybase : emptybase { float a; }; struct
47 agg_float_emptybase pass_agg_float_emptybase(agg_float_emptybase arg) { return arg; } in pass_agg_float_emptybase()
57 void pass_agg_float_emptybase_ptr(agg_float_emptybase* arg) { pass_agg_float_emptybase(*arg); } in pass_agg_float_emptybase_ptr()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp48 struct agg_float_emptybase : emptybase { float a; }; struct
49 struct agg_float_emptybase pass_agg_float_emptybase(struct agg_float_emptybase arg) { return arg; } in pass_agg_float_emptybase()