Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dsystemz-abi.cpp6 struct agg_float_cpp { float a; int : 0; }; argument
7 struct agg_float_cpp pass_agg_float_cpp(struct agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-abi.cpp21 struct agg_float_cpp { float a; int : 0; }; argument
22 struct agg_float_cpp pass_agg_float_cpp(struct agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()
/external/llvm-project/clang/test/CodeGen/
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()