Searched refs:nth_arg (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dopt-functions.awk51 function nth_arg(n, s) function
89 return nth_arg(0, opt_args("Var", flags))
133 s = nth_arg(1, opt_args("Var", flags))
144 s = nth_arg(0, opt_args("InverseMask", flags));
H A Dopth-gen.awk130 print "#define " macro nth_arg(1, opt) \
131 " ((" vname " & " mask nth_arg(0, opt) ") == 0)"

Completed in 161 milliseconds