Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Demit2.c98 if (tp->t_vararg) in outtype()
103 if (tp->t_vararg) in outtype()
Dchk.c400 } 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()
Dlint2.h44 bool t_vararg:1; /* function has variable number of arguments */ member
Dread.c703 tp->t_vararg = true; in inptype()
/netbsd/src/usr.bin/xlint/lint1/
Demit1.c128 if (tp->t_vararg) in outtype()
134 if (tp->t_vararg) in outtype()
Dlint1.h139 bool t_vararg:1; /* prototype with '...' */ member
Ddecl.c1307 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()
Dtree.c4545 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) { in check_function_arguments()
/netbsd/src/usr.bin/xlint/common/
Dtyname.c189 if (tp->t_vararg) { in type_name_of_function()