Home
last modified time | relevance | path

Searched refs:theExprSingle (Results 1 – 2 of 2) sorted by path

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp4866 ACCEPT(theExprSingle); in accept()
4897 ACCEPT(theExprSingle); in accept()
H A Dparsenodes.h1452 rchandle<exprnode> theExprSingle; // make type exprnode_t variable
1467 theExprSingle(exprSingle) in ICCollSimpleCheck()
1473 const exprnode* getExpr() const { return theExprSingle.getp(); } in getExpr()
1512 rchandle<exprnode> theExprSingle; variable
1526 theExprSingle(exprSingle) in ICCollForeachNode()
1531 const exprnode* getExpr() const { return theExprSingle.getp(); } in getExpr()
5297 rchandle<exprnode> theExprSingle;
5306 theExprSingle(aExprSingle), in TryExpr()
5310 rchandle<exprnode> getExprSingle() const { return theExprSingle; } in getExprSingle()
5361 rchandle<parsenode> theExprSingle; variable
[all …]