Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c91 struct agg_2byte { char a[2]; }; struct
92 struct agg_2byte pass_agg_2byte(struct agg_2byte arg) { return arg; } in pass_agg_2byte()
350 struct agg_2byte va_agg_2byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_2byte); } in va_agg_2byte()