HomeSort by: relevance | last modified time | path
    Searched refs:t_vararg (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/xlint/lint2/
emit2.c 95 if (tp->t_vararg)
100 if (tp->t_vararg)
lint2.h 41 bool t_vararg:1; /* function has variable number of arguments */ member in struct:lint2_type
chk.c 400 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
1173 if (tp1->t_vararg == tp2->t_vararg)
1175 if (tp2->t_vararg && sym1->s_check_only_first_args &&
1331 if (tp1->t_vararg != tp2->t_vararg)
1356 if (tp->t_vararg && dowarn != NULL)
read.c 703 tp->t_vararg = true;
  /src/usr.bin/xlint/lint1/
emit1.c 128 if (tp->t_vararg)
134 if (tp->t_vararg)
lint1.h 139 bool t_vararg:1; /* prototype with '...' */ member in struct:lint1_type
decl.c 1333 tp->t_vararg = vararg;
2221 if (tp1->t_vararg != tp2->t_vararg)
2243 if (tp->t_vararg)
tree.c 4591 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {
  /src/usr.bin/xlint/common/
tyname.c 189 if (tp->t_vararg) {

Completed in 20 milliseconds