Home | History | Annotate | Download | only in tools

Lines Matching full:prec

707         prec = CppExpr.precedences.get(op, 1000)
713 if arg_prec < prec:
723 if CppExpr.precedences.get(arg1_op, 1000) < prec:
725 if CppExpr.precedences.get(arg2_op, 1000) < prec: