Home
last modified time | relevance | path

Searched refs:path_leading_lone_slash (Results 1 – 5 of 5) sorted by path

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dparse_constants.h112 path_leading_lone_slash, enumerator
209 case path_leading_lone_slash : return "path_leading_lone_slash"; in decode_pathtype_t()
H A Dxquery_parser.cpp6902 (yyval.expr) = new PathExpr(LOC((yyloc)), ParseConstants::path_leading_lone_slash, NULL); in parse()
H A Dxquery_parser.y3989 $$ = new PathExpr(LOC(@$), ParseConstants::path_leading_lone_slash, NULL);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp1576 case ParseConstants::path_leading_lone_slash: in begin_visit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8828 if (pe_type != ParseConstants::path_leading_lone_slash) in begin_visit()