Searched refs:t_vararg (Results 1 – 9 of 9) sorted by relevance
98 if (tp->t_vararg) in outtype()103 if (tp->t_vararg) in outtype()
400 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) { in chkfaui()1168 if (tp1->t_vararg == tp2->t_vararg) in check_argument_declarations()1170 if (tp2->t_vararg && sym1->s_check_only_first_args && in check_argument_declarations()1327 if (tp1->t_vararg != tp2->t_vararg) in prototypes_compatible()1361 if (tp->t_vararg && dowarn != NULL) in matches_no_arg_function()
44 bool t_vararg:1; /* function has variable number of arguments */ member
703 tp->t_vararg = true; in inptype()
128 if (tp->t_vararg) in outtype()134 if (tp->t_vararg) in outtype()
139 bool t_vararg:1; /* prototype with '...' */ member
1307 tp->t_vararg = vararg; in block_derive_function()2195 if (tp1->t_vararg != tp2->t_vararg) in prototypes_compatible()2217 if (tp->t_vararg) in is_old_style_compat()
4545 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) { in check_function_arguments()
189 if (tp->t_vararg) { in type_name_of_function()