Home | History | Annotate | Download | only in initial

Lines Matching full:prec

205                bool isoperator = false, unsigned prec = 0)
206 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}