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

/gem5/src/mem/slicc/ast/
H A DReturnStatementAST.py30 class ReturnStatementAST(StatementAST): class in inherits:StatementAST
32 super(ReturnStatementAST, self).__init__(slicc)
37 return "[ReturnStatementAST: %r]" % self.expr_ast
H A D__init__.py60 from slicc.ast.ReturnStatementAST import *
/gem5/src/mem/slicc/
H A Dparser.py615 p[0] = ast.ReturnStatementAST(self, p[2])

Completed in 8 milliseconds