Lines Matching refs:op1
792 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
793 xmlXPathCompExprAdd(ctxt->comp, (op1), (op2), \
10307 int op1 = ctxt->comp->last; in xmlXPathCompFunctionCall() local
10315 PUSH_BINARY_EXPR(XPATH_OP_ARG, op1, ctxt->comp->last, 0, 0); in xmlXPathCompFunctionCall()
10620 int op1 = ctxt->comp->last; in xmlXPathCompUnionExpr() local
10627 PUSH_BINARY_EXPR(XPATH_OP_UNION, op1, ctxt->comp->last, 0, 0); in xmlXPathCompUnionExpr()
10688 int op1 = ctxt->comp->last; in xmlXPathCompMultiplicativeExpr() local
10703 PUSH_BINARY_EXPR(XPATH_OP_MULT, op1, ctxt->comp->last, op, 0); in xmlXPathCompMultiplicativeExpr()
10727 int op1 = ctxt->comp->last; in xmlXPathCompAdditiveExpr() local
10735 PUSH_BINARY_EXPR(XPATH_OP_PLUS, op1, ctxt->comp->last, plus, 0); in xmlXPathCompAdditiveExpr()
10768 int op1 = ctxt->comp->last; in xmlXPathCompRelationalExpr() local
10779 PUSH_BINARY_EXPR(XPATH_OP_CMP, op1, ctxt->comp->last, inf, strict); in xmlXPathCompRelationalExpr()
10807 int op1 = ctxt->comp->last; in xmlXPathCompEqualityExpr() local
10816 PUSH_BINARY_EXPR(XPATH_OP_EQUAL, op1, ctxt->comp->last, eq, 0); in xmlXPathCompEqualityExpr()
10837 int op1 = ctxt->comp->last; in xmlXPathCompAndExpr() local
10842 PUSH_BINARY_EXPR(XPATH_OP_AND, op1, ctxt->comp->last, 0, 0); in xmlXPathCompAndExpr()
10863 int op1 = ctxt->comp->last; in xmlXPathCompileExpr() local
10868 PUSH_BINARY_EXPR(XPATH_OP_OR, op1, ctxt->comp->last, 0, 0); in xmlXPathCompileExpr()
10869 op1 = ctxt->comp->nbStep; in xmlXPathCompileExpr()
10895 int op1 = ctxt->comp->last; in xmlXPathCompPredicate() local
10925 PUSH_BINARY_EXPR(XPATH_OP_FILTER, op1, ctxt->comp->last, 0, 0); in xmlXPathCompPredicate()
10927 PUSH_BINARY_EXPR(XPATH_OP_PREDICATE, op1, ctxt->comp->last, 0, 0); in xmlXPathCompPredicate()
11191 int op1; in xmlXPathCompStep() local
11281 op1 = ctxt->comp->last; in xmlXPathCompStep()
11291 PUSH_BINARY_EXPR(XPATH_OP_RANGETO, op2, op1, 0, 0); in xmlXPathCompStep()
11294 PUSH_FULL_EXPR(XPATH_OP_COLLECT, op1, ctxt->comp->last, axis, in xmlXPathCompStep()