Searched refs:agg_float_emptybase (Results 1 – 2 of 2) sorted by relevance
44 struct agg_float_emptybase : emptybase { float a; }; struct47 agg_float_emptybase pass_agg_float_emptybase(agg_float_emptybase arg) { return arg; } in pass_agg_float_emptybase()57 void pass_agg_float_emptybase_ptr(agg_float_emptybase* arg) { pass_agg_float_emptybase(*arg); } in pass_agg_float_emptybase_ptr()
48 struct agg_float_emptybase : emptybase { float a; }; struct49 struct agg_float_emptybase pass_agg_float_emptybase(struct agg_float_emptybase arg) { return arg; } in pass_agg_float_emptybase()