Opcode 61 Source/core/xml/XPathGrammar.y NumericOp::Opcode numop; Opcode 62 Source/core/xml/XPathGrammar.y EqTestOp::Opcode eqop; Opcode 150 Source/core/xml/XPathParser.cpp Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance) Opcode 156 Source/core/xml/XPathParser.cpp Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance) Opcode 55 Source/core/xml/XPathParser.h NumericOp::Opcode numop; Opcode 56 Source/core/xml/XPathParser.h EqTestOp::Opcode eqop; Opcode 61 Source/core/xml/XPathParser.h Token(int t, NumericOp::Opcode v): type(t), numop(v) { } Opcode 62 Source/core/xml/XPathParser.h Token(int t, EqTestOp::Opcode v): type(t), eqop(v) { } Opcode 104 Source/core/xml/XPathParser.h Token makeTokenAndAdvance(int type, NumericOp::Opcode, int advance = 1); Opcode 105 Source/core/xml/XPathParser.h Token makeTokenAndAdvance(int type, EqTestOp::Opcode, int advance = 1); Opcode 65 Source/core/xml/XPathPredicate.cpp NumericOp::NumericOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs) Opcode 96 Source/core/xml/XPathPredicate.cpp EqTestOp::EqTestOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs) Opcode 199 Source/core/xml/XPathPredicate.cpp LogicalOp::LogicalOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs) Opcode 68 Source/core/xml/XPathPredicate.h NumericOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs); Opcode 73 Source/core/xml/XPathPredicate.h Opcode m_opcode; Opcode 79 Source/core/xml/XPathPredicate.h EqTestOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs); Opcode 85 Source/core/xml/XPathPredicate.h Opcode m_opcode; Opcode 91 Source/core/xml/XPathPredicate.h LogicalOp(Opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs); Opcode 97 Source/core/xml/XPathPredicate.h Opcode m_opcode;