Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddinterpreter.cpp642 RefDNode trAST; in CompileFile() local
1227 RefDNode trAST; in ExecuteLine() local
1238 trAST=treeParser.getAST(); in ExecuteLine()
1240 if( trAST == NULL) in ExecuteLine()
1248 pt.pr_tree(static_cast<antlr::RefAST>(trAST)); in ExecuteLine()
1255 progAST = ProgNode::NewProgNode( trAST); in ExecuteLine()
H A Dbasic_fun.cpp1778 RefDNode trAST; in execute_fun() local
1785 trAST=treeParser.getAST(); in execute_fun()
1800 if( trAST == NULL) return new DIntGDL( 1); in execute_fun()
1805 ProgNodeP progAST = ProgNode::NewProgNode( trAST); in execute_fun()