Searched refs:agg_float_empty (Results 1 – 2 of 2) sorted by relevance
32 struct agg_float_empty { float a; [[no_unique_address]] empty dummy; }; argument33 struct agg_float_empty pass_agg_float_empty(struct agg_float_empty arg) { return arg; } in pass_agg_float_empty()
27 struct agg_float_empty { float a; [[no_unique_address]] empty dummy; }; struct30 agg_float_empty pass_agg_float_empty(agg_float_empty arg) { return arg; } in pass_agg_float_empty()