Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xlint/lint2/
HDemit2.c85 if (tp->t_args != NULL && !tp->t_proto) { in outtype()
120 } else if (ts == FUNC && tp->t_args != NULL) { in outtype()
122 for (ap = tp->t_args; *ap != NULL; ap++) in outtype()
127 for (ap = tp->t_args; *ap != NULL; ap++) in outtype()
HDchk.c373 ap1 = tp1->t_args; in chkfaui()
374 ap2 = tp2->t_args; in chkfaui()
1123 ap1 = TP(sym1->s_type)->t_args; in chkadecl()
1124 ap2 = TP(sym->s_type)->t_args; in chkadecl()
1307 a1 = tp1->t_args; in eqargs()
1308 a2 = tp2->t_args; in eqargs()
1341 for (arg = tp->t_args; *arg != NULL; arg++) { in mnoarg()
HDlint2.h75 #define t_args t_u._t_args macro
HDread.c637 if ((tp->t_args = calloc((size_t)(narg + 1), in inptype()
646 tp->t_args[i] = TP(sidx); in inptype()
/NextBSD/usr.bin/xlint/lint1/
HDemit1.c137 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt) in outtype()
142 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt) in outtype()
HDdecl.c1280 tp->t_args = args; in addfunc()
2025 a1 = tp1->t_args; in eqargs()
2026 a2 = tp2->t_args; in eqargs()
2061 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt) { in mnoarg()
2084 pargs = dsym->s_type->t_args; in chkosdef()
2160 dst->t_args = src->t_args; in compltyp()
2243 pargs = funcsym->s_type->t_args; in cluparg()
HDlint1.h166 #define t_args t_u._t_args macro
HDfunc.c264 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) { in funcdef()
HDtree.c3214 for (asym = ftp->t_args; asym != NULL; asym = asym->s_nxt) in chkfarg()
3222 asym = ftp->t_args; in chkfarg()