Home
last modified time | relevance | path

Searched refs:beginGroupVars (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dflwor_expr.h467 rebind_list_t::iterator beginGroupVars() { return theGroupVars.begin(); } in beginGroupVars() function
469 rebind_list_t::const_iterator beginGroupVars() const { return theGroupVars.begin(); } in beginGroupVars() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dflwor_rules.cpp666 flwor_clause::rebind_list_t::const_iterator ite = gc->beginGroupVars(); in collect_flw_vars()
849 flwor_clause::rebind_list_t::const_iterator ite = gc->beginGroupVars(); in safe_to_fold_single_use()
1132 flwor_clause::rebind_list_t::const_iterator ite = gc->beginGroupVars(); in var_in_try_or_loop()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/tools/
H A Dexpr_tools.cpp844 flwor_clause::rebind_list_t::iterator ite = gc->beginGroupVars();