Home
last modified time | relevance | path

Searched refs:FTWeight (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h257 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTWeight );
H A Dparsenodes.h134 class FTWeight; variable
5991 FTWeight const*
5997 FTWeight const* get_weight() const { return weight_; } in get_weight()
6004 FTWeight const *const weight_;
6079 class FTWeight : public parsenode {
6081 FTWeight( QueryLoc const&, exprnode* );
H A Dparsenode_print_xml_visitor.cpp1040 BEGIN_END_TAG( FTWeight ) in BEGIN_END_TAG() argument
H A Dparsenodes.cpp5044 FTWeight const *weight in FTPrimaryWithOptions()
5088 FTWeight::FTWeight( in FTWeight() function in zorba::FTWeight
5098 void FTWeight::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xquery_visitor.cpp1976 DEFAULT_VISIT (FTWeight);
H A Dparsenode_print_xqdoc_visitor.cpp1425 XQDOC_NO_BEGIN_END_TAG (FTWeight)
H A Dparsenode_print_dot_visitor.cpp2245 void *ParseNodePrintDOTVisitor::begin_visit(const FTWeight &n) in begin_visit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h500 DECL_CONCRETE_VISIT (FTWeight);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y869 %type <node> FTWeight opt_FTWeight
923 …l FTThesaurusID FTThesaurusOption FTTimes opt_FTTimes FTUnaryNot FTUnit FTWeight FTWildCardOption …
5818 dynamic_cast<FTWeight*>($3)
5839 | FTWeight
5846 FTWeight :
5849 $$ = new FTWeight( LOC(@$), dynamic_cast<exprnode*>($3) );
H A Dxquery_parser.cpp9378 dynamic_cast<FTWeight*>((yysemantic_stack_[(3) - (3)].node)) in parse()
9424 …(yyval.node) = new FTWeight( LOC((yyloc)), dynamic_cast<exprnode*>((yysemantic_stack_[(4) - (3)].e… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14398 void *begin_visit (const FTWeight& v) { in begin_visit()
14404 void end_visit (const FTWeight& v, void* /*visit_state*/) { in end_visit()