Home
last modified time | relevance | path

Searched refs:ftcase_option (Results 1 – 10 of 10) sorted by path

/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp285 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftcase_option );
3605 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftcase_option ) in DEF_FTNODE_VISITOR_VISIT_MEM_FNS() argument
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dftnode.cpp54 SERIALIZABLE_CLASS_VERSIONS(ftcase_option) in SERIALIZE_INTERNAL_METHOD()
240 ftcase_option::ftcase_option( in ftcase_option() function in zorba::ftcase_option
249 ft_visit_result::type ftcase_option::accept( ftnode_visitor &v ) { in accept()
254 ftnode_t ftcase_option::clone( expr::substitution_t& ) const { in clone()
255 return new ftcase_option( get_loc(), mode_ ); in clone()
258 ostream& ftcase_option::put( ostream &o ) const { in put()
259 BEGIN_PUT( o, ftcase_option ); in put()
264 void ftcase_option::serialize( serialization::Archiver &ar ) { in serialize()
567 case_option_ = new ftcase_option( get_loc() ); in set_missing_defaults()
H A Dftnode.h76 class ftcase_option : public ftmatch_option {
78 SERIALIZABLE_CLASS(ftcase_option)
79 SERIALIZABLE_CLASS_CONSTRUCTOR2(ftcase_option,ftmatch_option)
82 ftcase_option(
95 typedef rchandle<ftcase_option> ftcase_option_t;
360 ftcase_option const* get_case_option() const { in get_case_option()
400 void set_case_option( ftcase_option const *o ) { in set_case_option()
H A Dftnode_classes.h40 class ftcase_option; variable
H A Dftnode_visitor.cpp86 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftcase_option );
H A Dftnode_visitor.h57 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftcase_option );
128 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftcase_option );
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp13834 mo->set_case_option( new ftcase_option( loc, v.get_mode() ) ); in end_visit()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dft_token_matcher.h60 ftcase_option const *const case_option_;
H A Dftcontains_visitor.cpp254 DEF_FTNODE_VISITOR_VISIT_MEM_FNS( V, ftcase_option ) in DEF_FTNODE_VISITOR_VISIT_MEM_FNS() argument
H A Dftcontains_visitor.h67 DECL_FTNODE_VISITOR_VISIT_MEM_FNS( ftcase_option );