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

/gem5/src/mem/slicc/ast/
H A DTypeDeclAST.py31 class TypeDeclAST(DeclAST): class in inherits:DeclAST
33 super(TypeDeclAST, self).__init__(slicc, pairs)
H A D__init__.py68 from slicc.ast.TypeDeclAST import *
/gem5/src/mem/slicc/
H A Dparser.py300 p[0] = ast.TypeDeclAST(self, p[3], p[4], [])
305 p[0] = ast.TypeDeclAST(self, p[3], p[4], p[7])
309 p[0] = ast.TypeDeclAST(self, p[3], p[4], p[7])

Completed in 7 milliseconds