Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c87 struct agg_1byte { char a[1]; }; argument
88 struct agg_1byte pass_agg_1byte(struct agg_1byte arg) { return arg; } in pass_agg_1byte()
327 struct agg_1byte va_agg_1byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_1byte); } in va_agg_1byte()