Home
last modified time | relevance | path

Searched refs:axisExpr (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp843 if (axisExpr == NULL) in expect_axis_step_top()
852 return axisExpr; in expect_axis_step_top()
12733 if (axisExpr != NULL) in end_visit()
12770 if (axisExpr != NULL) in end_visit()
12854 if (axisExpr != NULL) in end_visit()
12899 if (axisExpr != NULL) in begin_visit()
12976 if (axisExpr != NULL) in end_visit()
13016 if (axisExpr != NULL) in begin_visit()
13068 if (axisExpr != NULL) in end_visit()
13095 if (axisExpr != NULL) in end_visit()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_iter.cpp230 axis_step_expr* axisExpr = static_cast<axis_step_expr*>(theExpr); in next() local
234 EXPR_ITER_NEXT(axisExpr->theNodeTest); in next()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dnodeid_rules.cpp734 axis_step_expr* axisExpr = static_cast<axis_step_expr*>((*ite)); in applyInternal() local
735 axis_kind_t axisKind = axisExpr->getAxis(); in applyInternal()
750 match_expr* matchExpr = axisExpr->getTest(); in applyInternal()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/tools/
H A Dexpr_tools.cpp759 axis_step_expr* axisExpr = static_cast<axis_step_expr*>((*ite));
760 axis_kind_t axisKind = axisExpr->getAxis();