Searched refs:PairListAST (Results 1 - 3 of 3) sorted by relevance
/gem5/src/mem/slicc/ast/ |
H A D | PairListAST.py | 29 class PairListAST(AST): class in inherits:AST 31 super(PairListAST, self).__init__(slicc) 34 return "[PairListAST] %r" % self.pairs
|
H A D | __init__.py | 58 from slicc.ast.PairListAST import *
|
/gem5/src/mem/slicc/ |
H A D | parser.py | 360 p[0] = ast.ObjDeclAST(self, p[1], p[2], ast.PairListAST(self), p[4], 365 p[0] = ast.ObjDeclAST(self, p[1], p[3], ast.PairListAST(self), p[5], 522 p[0] = ast.PairListAST(self) 531 p[0] = ast.PairListAST(self)
|
Completed in 8 milliseconds