Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp1296 if(n.get_val_expr()) in DEFAULT_VISIT()
1298 n.get_val_expr()->accept(*this); in DEFAULT_VISIT()
1306 if(n.get_val_expr()) in DEFAULT_VISIT()
1308 n.get_val_expr()->accept(*this); in DEFAULT_VISIT()
H A Dparsenodes.h4796 rchandle<exprnode> get_val_expr() const { return val_expr_h; } in get_val_expr() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12368 if (v.get_val_expr() != 0) in end_visit()