Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp1695 n.get_operand_list()->accept(*this); in DEFAULT_END_VISIT()
H A Dparsenodes.h2775 rchandle<SwitchCaseOperandList> get_operand_list() const { return operand_list_h; } in get_operand_list() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp7228 const SwitchCaseOperandList* operands = switchCaseClause->get_operand_list(); in begin_visit()