Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1192 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()
[all …]
H A Dparseproto.h230 decl_t *t_args; /* list of arguments */ member