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

/gem5/src/mem/slicc/ast/
H A DStaticCastAST.py29 class StaticCastAST(ExprAST): class in inherits:ExprAST
31 super(StaticCastAST, self).__init__(slicc)
38 return "[StaticCastAST: %r]" % self.expr_ast
H A D__init__.py65 from slicc.ast.StaticCastAST import *
/gem5/src/mem/slicc/
H A Dparser.py636 p[0] = ast.StaticCastAST(self, p[3], "ref", p[5])
640 p[0] = ast.StaticCastAST(self, p[3], p[5], p[7])

Completed in 7 milliseconds