Searched refs:IC_LPAREN (Results 1 – 1 of 1) sorted by relevance
81 IC_LPAREN, enumerator118 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) { in pushOperator()138 if (!ParenCount && StackOp == IC_LPAREN) in pushOperator()144 } else if (StackOp == IC_LPAREN) { in pushOperator()159 if (StackOp != IC_LPAREN && StackOp != IC_RPAREN) in execute()614 IC.pushOperator(IC_LPAREN); in onLParen()