Searched refs:LocalVariableAST (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DExprStatementAST.py30 from slicc.ast.LocalVariableAST import LocalVariableAST
46 if (not isinstance(self.expr, LocalVariableAST) and
H A DLocalVariableAST.py33 class LocalVariableAST(StatementAST): class in inherits:StatementAST
35 super(LocalVariableAST, self).__init__(slicc)
41 return "[LocalVariableAST: %r %r]" % (self.type_ast, self.ident)
H A D__init__.py48 from slicc.ast.LocalVariableAST import *
/gem5/src/mem/slicc/
H A Dparser.py648 p[0] = ast.LocalVariableAST(self, p[1], p[2])

Completed in 6 milliseconds