Searched refs:TypeAST (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DTypeAST.py32 class TypeAST(AST): class in inherits:AST
34 super(TypeAST, self).__init__(slicc)
H A DOutPortDeclAST.py29 from slicc.ast.TypeAST import TypeAST
40 self.queue_type = TypeAST(slicc, "OutPort")
H A DInPortDeclAST.py29 from slicc.ast.TypeAST import TypeAST
40 self.queue_type = TypeAST(slicc, "InPort")
H A D__init__.py67 from slicc.ast.TypeAST import *
/gem5/src/mem/slicc/
H A Dparser.py478 p[0] = ast.TypeAST(self, p[1])
482 p[0] = ast.TypeAST(self, p[1])
748 p[0] = ast.EnumExprAST(self, ast.TypeAST(self, p[1]), p[3])

Completed in 9 milliseconds