Home | History | Annotate | Download | only in libcpu

Lines Matching refs:Args

287 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
290 struct argument *args);
671 "bit", "optargs", "args", "arg", "argcomp", 0
871 # define YYDPRINTF(Args) \
874 YYFPRINTF Args; \
1017 # define YYDPRINTF(Args)
1435 conditional around just the two extra args, but that might
1697 struct argument *args = (yyvsp[(6) - (6)].arg);
1699 while (args != NULL)
1701 fillin_arg ((yyvsp[(1) - (6)].bit), args->name, newp, n);
1703 args = args->next;
2264 check_argsdef (struct bitvalue *bitval, struct argument *args)
2268 while (args != NULL)
2270 for (struct argname *name = args->name; name != NULL; name = name->next)
2292 args = args->next;
2301 struct argument *args)
2313 for (runp = args; runp != NULL; runp = runp->next)