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

/gem5/src/mem/slicc/ast/
H A DPairListAST.py29 class PairListAST(AST): class in inherits:AST
31 super(PairListAST, self).__init__(slicc)
34 return "[PairListAST] %r" % self.pairs
H A D__init__.py58 from slicc.ast.PairListAST import *
/gem5/src/mem/slicc/
H A Dparser.py360 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 7 milliseconds