Searched refs:t_args (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.bin/xlint/lint2/
H A Demit2.c71 if (ts == FUNC && tp->t_args != NULL && !tp->t_proto)
94 } else if (ts == FUNC && tp->t_args != NULL) {
96 for (type_t **ap = tp->t_args; *ap != NULL; ap++)
101 for (type_t **ap = tp->t_args; *ap != NULL; ap++)
H A Dlint2.h76 #define t_args t_u._t_args macro
H A Dchk.c370 ap1 = tp1->t_args;
371 ap2 = tp2->t_args;
1140 ap1 = TP(sym1->s_type)->t_args;
1141 ap2 = TP(sym->s_type)->t_args;
1322 a1 = tp1->t_args;
1323 a2 = tp2->t_args;
1355 for (arg = tp->t_args; *arg != NULL; arg++) {
H A Dread.c699 tp->t_args = xcalloc((size_t)narg + 1,
700 sizeof(*tp->t_args));
706 tp->t_args[i] = TP(inptype(cp, &cp));
/netbsd-current/usr.bin/xlint/common/
H A Dtyname.c178 argtype = tp->t_args;

Completed in 147 milliseconds