Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c115 struct agg_8byte { char a[8]; }; struct
116 struct agg_8byte pass_agg_8byte(struct agg_8byte arg) { return arg; } in pass_agg_8byte()
420 struct agg_8byte va_agg_8byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_8byte); } in va_agg_8byte()