Searched refs:IC_LPAREN (Results 1 – 1 of 1) sorted by relevance
163 IC_LPAREN, enumerator224 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) { in pushOperator()244 if (!ParenCount && StackOp == IC_LPAREN) in pushOperator()250 } else if (StackOp == IC_LPAREN) { in pushOperator()266 if (StackOp != IC_LPAREN && StackOp != IC_RPAREN) in execute()1034 IC.pushOperator(IC_LPAREN); in onLParen()