Searched refs:opt_args (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | opt-functions.awk | 38 function opt_args(name, flags) function 89 return nth_arg(0, opt_args("Var", flags)) 96 || opt_args("Mask", flags) != "" \ 97 || opt_args("InverseMask", flags) != "") 133 s = nth_arg(1, opt_args("Var", flags)) 136 s = opt_args("Mask", flags); 144 s = nth_arg(0, opt_args("InverseMask", flags)); 164 if (opt_args("Mask", flags) != "") 166 if (opt_args("InverseMask", flags) != "")
|
| H A D | opth-gen.awk | 42 name = opt_args("Mask", $1) 76 name = opt_args("Mask", flags[i]) 100 name = opt_args("Mask", flags[i]) 120 opt = opt_args("InverseMask", flags[i])
|
| H A D | optc-gen.awk | 45 name = opt_args("Mask", $1) 83 init = opt_args("Init", flags[i]) 178 neg = opt_args("Negative", flags[i]); 193 condition = opt_args("Condition", flags[i])
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_analyze_test_checks.py | 107 for prefixes, opt_args in prefix_list: 108 common.debug('Extracted opt cmd:', opt_basename, opt_args, file=sys.stderr) 111 raw_tool_outputs = common.invoke_tool(ti.args.opt_binary, opt_args, ti.path)
|