Home
last modified time | relevance | path

Searched refs:FTOr (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h241 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTOr );
H A Dparsenode_print_dot_visitor.h220 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTOr );
H A Dparsenodes.cpp4964 FTOr::FTOr( in FTOr() function in zorba::FTOr
4977 FTOr::~FTOr() { in ~FTOr()
4982 void FTOr::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xml_visitor.cpp929 BEGIN_END_TAG( FTOr ) in BEGIN_END_TAG()
H A Dparsenode_print_dot_visitor.cpp2055 void *ParseNodePrintDOTVisitor::begin_visit(const FTOr &n) in begin_visit()
3354 void ParseNodePrintDOTVisitor::end_visit(const FTOr&, void*) in end_visit() argument
H A Dparsenodes.h116 class FTOr; variable
5965 class FTOr : public parsenode {
5967 FTOr(
5972 ~FTOr();
H A Dparsenode_print_xquery_visitor.cpp1960 DEFAULT_VISIT (FTOr);
H A Dparsenode_print_xqdoc_visitor.cpp1409 XQDOC_NO_BEGIN_END_TAG (FTOr)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h484 DECL_CONCRETE_VISIT (FTOr);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y846 %type <node> FTOr
923 …on FTMatchOption FTMatchOptions opt_FTMatchOptions FTMildNot FTOptionDecl FTOr FTOrder FTPosFilter…
5734 FTOr opt_FTPosFilter_list
5765 FTOr :
5770 | FTOr FTOR FTAnd
5772 $$ = new FTOr( LOC(@$), $1, $3 );
H A Dxquery_parser.cpp9309 …(yyval.node) = new FTOr( LOC((yyloc)), (yysemantic_stack_[(3) - (1)].node), (yysemantic_stack_[(3)… in parse()
/dports/cad/py-lcapy/lcapy-23c940f/doc/examples/notebooks/
H A Dvoltagedivider1.ipynb119 …\nlp1xLjLORXe0VTgkXdbOMSuXZxxmVoS2ehyS7oqIIwYduzciDsstsja5x5E55BC47jo4rPT/FTOr\nuh3pcYx0ddyzgXOA10…
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14047 void *begin_visit (const FTOr& v) { in begin_visit()
14055 void end_visit (const FTOr& v, void* /*visit_state*/) { in end_visit()