Home
last modified time | relevance | path

Searched refs:FLWORExpr (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h199 void* begin_visit(const FLWORExpr& v) in begin_visit()
207 void end_visit(const FLWORExpr& v, void* /* visit state */) in end_visit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h161 void *begin_visit(const FLWORExpr &);
368 void end_visit(const FLWORExpr&, void *visit_state);
H A Dparsenode_visitor.h175 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FLWORExpr );
H A Dparsenodes.h165 class FLWORExpr; variable
1881 class FLWORExpr : public exprnode
1891 FLWORExpr(
2202 FLWORExpr* flwor_h;
2208 void set_flwor(FLWORExpr* a) { flwor_h = a; } in set_flwor()
2210 FLWORExpr* get_flwor() const { return flwor_h; } in get_flwor()
2288 const FLWORExpr *flwor;
2300 const FLWORExpr *get_flwor () const { return flwor; } in get_flwor()
2302 void set_flwor (const FLWORExpr* flwor_) { flwor = flwor_; } in set_flwor()
H A Dparsenodes.cpp1372 FLWORExpr::FLWORExpr( in FLWORExpr() function in zorba::FLWORExpr
1405 void FLWORExpr::accept( parsenode_visitor &v ) const in accept()
1414 template<class T> void get_flwor_clause (const FLWORExpr &f, T **p) in get_flwor_clause()
1428 T *FLWORExpr::get_##name () const { \
1443 void FLWORExpr::compute_general () in DEF_FLWOR_GETTER()
H A Dparsenode_print_xquery_visitor.cpp1458 void* begin_visit(const FLWORExpr& n) in DEFAULT_END_VISIT()
1465 DEFAULT_END_VISIT (FLWORExpr)
H A Dparsenode_print_xml_visitor.cpp745 BEGIN_END_TAG (FLWORExpr) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1450 void *ParseNodePrintDOTVisitor::begin_visit(const FLWORExpr &n) in begin_visit()
3059 void ParseNodePrintDOTVisitor::end_visit(const FLWORExpr&, void*) in end_visit() argument
H A Dparsenode_print_xqdoc_visitor.cpp1390 XQDOC_NO_BEGIN_END_TAG (FLWORExpr)
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/ExpQueryResults/zorba/paths/
H A Dpath22.xml.res5 test/rbkt/w3c_testsuite/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy29
6 test/rbkt/w3c_testsuite/Expressions/FLWORExpr/WhereExpr/WhereExpr020
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y747 %type <expr> FLWORExpr
929 …turnStatement VarDeclStatement Expr ExprSingle ExprSimple ExtensionExpr FLWORExpr ReturnExpr Filte…
2390 $$ = new FLWORExpr(LOC(@$),
2518 FLWORExpr
2547 FLWORExpr :
2551 $$ = new FLWORExpr(LOC(@$),
H A Dxquery_parser.cpp4761 (yyval.expr) = new FLWORExpr(LOC((yyloc)), in parse()
4915 (yyval.expr) = new FLWORExpr(LOC((yyloc)), in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp1860 const FLWORExpr& e, in collect_flwor_vars()
6065 void* begin_visit(const FLWORExpr& v) in begin_visit()
6075 void end_visit(const FLWORExpr& v, void* /*visit_state*/) in end_visit()
6669 const FLWORExpr& flwor = *v.get_flwor (); in begin_visit()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1387 WhereClause FLWORExpr ForTail QuantifiedExpr QueryBody
2572 | FLWORExpr
2642 FLWORExpr: ForClause /* [33] */
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1383 WhereClause FLWORExpr ForTail QuantifiedExpr QueryBody
2568 | FLWORExpr
2638 FLWORExpr: ForClause /* [33] */