Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp19 struct agg_float_cpp { float a; int : 0; }; struct
20 struct agg_float_cpp pass_agg_float_cpp(struct agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp16 struct agg_float_cpp { float a; int : 0; }; struct
19 agg_float_cpp pass_agg_float_cpp(agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()