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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Demit2.c85 if (tp->t_args != NULL && !tp->t_proto) {
120 } else if (ts == FUNC && tp->t_args != NULL) {
122 for (ap = tp->t_args; *ap != NULL; ap++)
127 for (ap = tp->t_args; *ap != NULL; ap++)
H A Dlint2.h75 #define t_args t_u._t_args macro
H A Dchk.c373 ap1 = tp1->t_args;
374 ap2 = tp2->t_args;
1123 ap1 = TP(sym1->s_type)->t_args;
1124 ap2 = TP(sym->s_type)->t_args;
1307 a1 = tp1->t_args;
1308 a2 = tp2->t_args;
1341 for (arg = tp->t_args; *arg != NULL; arg++) {
H A Dread.c637 if ((tp->t_args = calloc((size_t)(narg + 1),
646 tp->t_args[i] = TP(sidx);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c137 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt)
142 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt)
H A Dlint1.h143 u_int t_proto : 1; /* function prototype (t_args valid) */
166 #define t_args t_u._t_args macro
H A Ddecl.c1280 tp->t_args = args;
2025 a1 = tp1->t_args;
2026 a2 = tp2->t_args;
2061 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt) {
2084 pargs = dsym->s_type->t_args;
2160 dst->t_args = src->t_args;
2243 pargs = funcsym->s_type->t_args;
H A Dfunc.c264 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) {
H A Dtree.c3214 for (asym = ftp->t_args; asym != NULL; asym = asym->s_nxt)
3222 asym = ftp->t_args;

Completed in 189 milliseconds