Searched refs:agg_4byte (Results 1 – 1 of 1) sorted by relevance
79 struct agg_4byte { char a[4]; }; argument80 struct agg_4byte pass_agg_4byte(struct agg_4byte arg) { return arg; } in pass_agg_4byte()360 struct agg_4byte va_agg_4byte(__builtin_va_list l) { return __builtin_va_arg(l, struct agg_4byte); } in va_agg_4byte()