Home
last modified time | relevance | path

Searched refs:UnorderedExpr (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h184 void *begin_visit(const UnorderedExpr &);
391 void end_visit(const UnorderedExpr&, void *visit_state);
H A Dparsenode_visitor.h206 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( UnorderedExpr );
H A Dparsenode_print_xquery_visitor.cpp1738 void* begin_visit(const UnorderedExpr& n) in DEFAULT_END_VISIT()
1745 DEFAULT_END_VISIT (UnorderedExpr) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_xml_visitor.cpp828 BEGIN_END_TAG (UnorderedExpr) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1719 void *ParseNodePrintDOTVisitor::begin_visit(const UnorderedExpr &n) in begin_visit()
3198 void ParseNodePrintDOTVisitor::end_visit(const UnorderedExpr&, void*) in end_visit() argument
H A Dparsenodes.cpp3498 UnorderedExpr::UnorderedExpr( in UnorderedExpr() function in zorba::UnorderedExpr
3509 void UnorderedExpr::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h239 class UnorderedExpr; variable
4151 class UnorderedExpr : public exprnode
4157 UnorderedExpr(
H A Dparsenode_print_xqdoc_visitor.cpp1511 XQDOC_NO_BEGIN_END_TAG (UnorderedExpr)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h446 DECL_CONCRETE_VISIT (UnorderedExpr);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y774 %type <expr> UnorderedExpr
929 …atExpr StringConcatExpr SwitchExpr TypeswitchExpr UnaryExpr UnionExpr UnorderedExpr ValidateExpr V…
4331 | UnorderedExpr
4436 UnorderedExpr :
4439 $$ = new UnorderedExpr( LOC(@$), $3 );
H A Dxquery_parser.cpp7602 (yyval.expr) = new UnorderedExpr( LOC((yyloc)), (yysemantic_stack_[(4) - (3)].expr) ); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp10219 void* begin_visit(const UnorderedExpr& v) in begin_visit()
10226 void end_visit(const UnorderedExpr& v, void* /*visit_state*/) in end_visit()