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

/gem5/src/mem/slicc/ast/
H A DLiteralExprAST.py31 class LiteralExprAST(ExprAST): class in inherits:ExprAST
33 super(LiteralExprAST, self).__init__(slicc)
H A D__init__.py47 from slicc.ast.LiteralExprAST import *
/gem5/src/mem/slicc/
H A Dparser.py732 p[0] = ast.LiteralExprAST(self, p[1], "std::string")
736 p[0] = ast.LiteralExprAST(self, p[1], "int")
740 p[0] = ast.LiteralExprAST(self, p[1], "int")
744 p[0] = ast.LiteralExprAST(self, p[1], "bool")

Completed in 8 milliseconds