Home
last modified time | relevance | path

Searched refs:t_vararg (Results 1 – 9 of 9) sorted by relevance

/netbsd/usr.bin/xlint/lint2/
H A Demit2.c100 if (tp->t_vararg) in outtype()
105 if (tp->t_vararg) in outtype()
H A Dchk.c393 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) { in chkfaui()
1160 if (tp1->t_vararg == tp2->t_vararg) in check_argument_declarations()
1162 if (tp2->t_vararg && sym1->s_check_only_first_args && in check_argument_declarations()
1319 if (tp1->t_vararg != tp2->t_vararg) in prototypes_compatible()
1354 if (tp->t_vararg && dowarn != NULL) in matches_no_arg_function()
H A Dlint2.h44 bool t_vararg:1; /* function has variable number of arguments */ member
H A Dread.c704 tp->t_vararg = true; in inptype()
/netbsd/usr.bin/xlint/lint1/
H A Demit1.c129 if (tp->t_vararg) in outtype()
134 if (tp->t_vararg) in outtype()
H A Dlint1.h160 bool t_vararg:1; /* prototype with '...' */ member
H A Ddecl.c1271 tp->t_vararg = vararg; in block_derive_function()
2153 if (tp1->t_vararg != tp2->t_vararg) in prototypes_compatible()
2181 if (tp->t_vararg && dowarn != NULL) in matches_no_arg_function()
H A Dtree.c4224 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) { in check_function_arguments()
/netbsd/usr.bin/xlint/common/
H A Dtyname.c179 if (tp->t_vararg) { in type_name_of_function()