Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c126 struct agg_float { float a; }; argument
127 struct agg_float pass_agg_float(struct agg_float arg) { return arg; } in pass_agg_float()
443 struct agg_float va_agg_float(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_float); } in va_agg_float()