Searched refs:t_args (Results 1 – 9 of 9) sorted by relevance
85 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()
373 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()
75 #define t_args t_u._t_args macro
637 if ((tp->t_args = calloc((size_t)(narg + 1), in inptype()646 tp->t_args[i] = TP(sidx); in inptype()
137 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()
1280 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()
166 #define t_args t_u._t_args macro
264 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) { in funcdef()
3214 for (asym = ftp->t_args; asym != NULL; asym = asym->s_nxt) in chkfarg()3222 asym = ftp->t_args; in chkfarg()