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

/gem5/src/mem/slicc/ast/
H A DDeclListAST.py30 class DeclListAST(AST): class in inherits:AST
32 super(DeclListAST, self).__init__(slicc)
39 return "[DeclListAST: %s]" % (', '.join(repr(d) for d in self.decls))
H A D__init__.py35 from slicc.ast.DeclListAST import *
/gem5/src/mem/slicc/
H A Dparser.py227 p[0] = ast.DeclListAST(self, p[1])
231 if isinstance(p[1], ast.DeclListAST):

Completed in 12 milliseconds