Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h1885 rchandle<exprnode> return_val_h; variable
1906 rchandle<exprnode> get_return_val() const { return return_val_h; } in get_return_val()
2441 rchandle<exprnode> return_val_h;
2444 ReturnExpr(const QueryLoc& loc_, rchandle<exprnode> ret_): exprnode(loc_), return_val_h(ret_){} in ReturnExpr()
2445 rchandle<exprnode> get_return_val() const { return return_val_h; } in get_return_val()
H A Dparsenodes.cpp1381 return_val_h (ret_), in FLWORExpr()
1409 ACCEPT (return_val_h); in accept()