Searched refs:IC_LPAREN (Results 1 – 1 of 1) sorted by relevance
151 IC_LPAREN, enumerator212 if (OpPrecedence[Op] > OpPrecedence[StackOp] || StackOp == IC_LPAREN) { in pushOperator()232 if (!ParenCount && StackOp == IC_LPAREN) in pushOperator()238 } else if (StackOp == IC_LPAREN) { in pushOperator()254 if (StackOp != IC_LPAREN && StackOp != IC_RPAREN) in execute()1019 IC.pushOperator(IC_LPAREN); in onLParen()