Home
last modified time | relevance | path

Searched refs:QuantifiedExpr (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h173 void *begin_visit(const QuantifiedExpr &);
380 void end_visit(const QuantifiedExpr&, void *visit_state);
H A Dparsenode_visitor.h191 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( QuantifiedExpr );
H A Dparsenode_print_xquery_visitor.cpp1592 void* begin_visit(const QuantifiedExpr& n) in DEFAULT_END_VISIT()
1607 DEFAULT_END_VISIT (QuantifiedExpr)
H A Dparsenode_print_xml_visitor.cpp793 BEGIN_END_TAG (QuantifiedExpr) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1594 void *ParseNodePrintDOTVisitor::begin_visit(const QuantifiedExpr &n) in begin_visit()
3134 void ParseNodePrintDOTVisitor::end_visit(const QuantifiedExpr&, void*) in end_visit() argument
H A Dparsenodes.cpp2031 QuantifiedExpr::QuantifiedExpr( in QuantifiedExpr() function in zorba::QuantifiedExpr
2046 void QuantifiedExpr::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h206 class QuantifiedExpr; variable
2625 class QuantifiedExpr : public exprnode
2633 QuantifiedExpr(
H A Dparsenode_print_xqdoc_visitor.cpp1477 XQDOC_NO_BEGIN_END_TAG (QuantifiedExpr)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h437 DECL_CONCRETE_VISIT (QuantifiedExpr);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y763 %type <expr> QuantifiedExpr
929 … OrExpr OrderedExpr ParenthesizedExpr PathExpr Predicate PrimaryExpr QuantifiedExpr QueryBody Rang…
2529 | QuantifiedExpr
3230 QuantifiedExpr :
3233 $$ = new QuantifiedExpr(
3242 $$ = new QuantifiedExpr(
H A Dxquery_parser.cpp5826 (yyval.expr) = new QuantifiedExpr( in parse()
5840 (yyval.expr) = new QuantifiedExpr( in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1387 WhereClause FLWORExpr ForTail QuantifiedExpr QueryBody
2573 | QuantifiedExpr
2861 QuantifiedExpr: SomeQuantificationExpr /* [42] */
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1383 WhereClause FLWORExpr ForTail QuantifiedExpr QueryBody
2569 | QuantifiedExpr
2857 QuantifiedExpr: SomeQuantificationExpr /* [42] */
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp7706 void* begin_visit(const QuantifiedExpr& v) in begin_visit()
7720 void end_visit(const QuantifiedExpr& v, void* /*visit_state*/) in end_visit()