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

/freebsd-9.3-release/bin/sh/
H A Darith_yacc.c203 static arith_t binop2(arith_t a, int op, int precedence, int noeval) function
219 b = binop2(b, op2, arith_prec(op), noeval);
241 return binop2(a, op, ARITH_MAX_PREC, noeval);
/freebsd-9.3-release/contrib/gcc/
H A Dexpr.c8000 goto binop2;
8030 goto binop2;
8076 goto binop2;
8831 binop2:

Completed in 79 milliseconds