Searched refs:BinaryOperand (Results 1 – 3 of 3) sorted by relevance
111 typedef int BinaryOperand; typedef226 BinaryOperand getFromOperandStack(int) { return m_topBinaryExpr; } in getFromOperandStack()228 …void appendBinaryOperation(int& operandStackDepth, int&, BinaryOperand, BinaryOperand) { operandSt… in appendBinaryOperation() argument
107 typedef std::pair<ExpressionNode*, BinaryOpInfo> BinaryOperand; typedef529 …const BinaryOperand& getFromOperandStack(int i) { return m_binaryOperandStack[m_binaryOperandStack… in getFromOperandStack()536 …ppendBinaryOperation(int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOperand& … in appendBinaryOperation()634 Vector<BinaryOperand, 10> m_binaryOperandStack;
1676 typename TreeBuilder::BinaryOperand rhs = context.getFromOperandStack(-1); in parseBinaryExpression()1677 typename TreeBuilder::BinaryOperand lhs = context.getFromOperandStack(-2); in parseBinaryExpression()1687 typename TreeBuilder::BinaryOperand rhs = context.getFromOperandStack(-1); in parseBinaryExpression()1688 typename TreeBuilder::BinaryOperand lhs = context.getFromOperandStack(-2); in parseBinaryExpression()