Searched refs:agg_8byte (Results 1 – 1 of 1) sorted by relevance
95 struct agg_8byte { char a[8]; }; argument96 struct agg_8byte pass_agg_8byte(struct agg_8byte arg) { return arg; } in pass_agg_8byte()383 struct agg_8byte va_agg_8byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_8byte); } in va_agg_8byte()