Home
last modified time | relevance | path

Searched refs:match_option_list_t (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h5908 typedef std::list<FTMatchOption const*> match_option_list_t; typedef
5913 match_option_list_t const& get_match_options() const { in get_match_options()
5924 match_option_list_t match_options_;
H A Dparsenodes.cpp5084 ACCEPT_SEQ( match_option_list_t, match_options_ ); in accept()