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

/freebsd-11-stable/bin/sh/
H A Darith_yacc.c205 static arith_t binop2(arith_t a, int op, int precedence, int noeval) function
221 b = binop2(b, op2, arith_prec(op), noeval);
243 return binop2(a, op, ARITH_MAX_PREC, noeval);
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c8009 goto binop2;
8039 goto binop2;
8085 goto binop2;
8840 binop2:

Completed in 143 milliseconds