Lines Matching refs:t_args
1192 tp->t_args = NULL; in type_Construct()
1212 decl_Destroy(tp->t_args); in type_Destroy()
1287 tp->t_args = arglist; in type_SetFun()
1338 (tp->t_args)? "with arguments" : in type_PrintType()
1341 if (tp->t_args) { in type_PrintType()
1342 decl_PrintDecl(tp->t_args, lvl + 1); in type_PrintType()
1480 return (tp->t_args); in type_GetArg()
1913 } else if (tp->t_args == NULL) { in decl_ToString()
1917 decl_t *argp = tp->t_args; in decl_ToString()
1922 for (argp = tp->t_args; argp; /* noinc */) { in decl_ToString()
1968 decl_t *p = dp->d_type->t_args; in decl_AddArgNames()
2167 *funargs = tp->t_args; in decl_GetTraceInfo()
2169 *funargs = dp->d_type->t_args; in decl_GetTraceInfo()
2193 if (tp->t_args != NULL) { in decl_ToFormal()
2195 decl_t *argp = tp->t_args; in decl_ToFormal()
2199 for (argp = tp->t_args; argp; /* noinc */) { in decl_ToFormal()