Home
last modified time | relevance | path

Searched refs:arith_prec (Results 1 – 1 of 1) sorted by relevance

/third_party/uapp/dash/src/
A Darith_yacc.c85 static inline int arith_prec(int op) in arith_prec() function
92 return arith_prec(op1) < arith_prec(op2); in higher_prec()
190 b = binop2(b, op2, arith_prec(op), noeval); in binop2()
197 arith_prec(op2) >= prec) in binop2()

Completed in 3 milliseconds