Searched refs:ExprStatementAST (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DExprStatementAST.py33 class ExprStatementAST(StatementAST): class in inherits:StatementAST
35 super(ExprStatementAST, self).__init__(slicc)
39 return "[ExprStatementAST: %s]" % (self.expr)
H A D__init__.py40 from slicc.ast.ExprStatementAST import *
/gem5/src/mem/slicc/
H A Dparser.py575 p[0] = ast.ExprStatementAST(self, p[1])

Completed in 7 milliseconds