Searched refs:nth_arg (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | opt-functions.awk | 98 function nth_arg(n, s) function 193 return nth_arg(0, opt_args("Var", flags)) 290 s = nth_arg(1, opt_args("Var", flags)) 301 s = nth_arg(0, opt_args("InverseMask", flags)); 379 start = nth_arg(0, range_option) + 0; 380 end = nth_arg(1, range_option) + 0;
|
| D | optc-gen.awk | 107 enabledby_langs = nth_arg(0, enabledby_arg); 110 enabledby_opt = nth_arg(1, enabledby_arg); 116 enabledby_posarg = nth_arg(2, enabledby_arg); 117 enabledby_negarg = nth_arg(3, enabledby_arg); 406 alias_opt = nth_arg(0, alias_arg) 407 alias_posarg = nth_arg(1, alias_arg) 408 alias_negarg = nth_arg(2, alias_arg) 609 cpp_option = nth_arg(0, opt_args("CPP", flags[i])); 641 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));
|
| D | opth-gen.awk | 386 name = nth_arg(0, opt) 429 name = nth_arg(0, opt) 471 print "#define TARGET_" nth_arg(1, opt) \ 472 " ((" vname " & " mask nth_arg(0, opt) ") == 0)" 564 cpp_reason = nth_arg(0, opt_args("CppReason", flags[i]));
|
| D | ChangeLog-2005 | 28806 * opt-functions.awk (opt_args, nth_arg): New functions. 28809 (var_name): Use opt_args and nth_arg.
|