Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dparse_constants.h217 static const char* decode_steptype_t(enum steptype_t stype) in decode_steptype_t() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xml_visitor.cpp550 …os << "<RelativePathExpr step_type='" << ParseConstants::decode_steptype_t(n.get_step_type()) << "… in begin_visit()