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

/gem5/src/mem/slicc/ast/
H A DIfStatementAST.py31 class IfStatementAST(StatementAST): class in inherits:StatementAST
33 super(IfStatementAST, self).__init__(slicc)
H A D__init__.py44 from slicc.ast.IfStatementAST import *
/gem5/src/mem/slicc/
H A Dparser.py623 p[0] = ast.IfStatementAST(self, p[3], p[5], None)
627 p[0] = ast.IfStatementAST(self, p[3], p[5], p[7])
631 p[0] = ast.IfStatementAST(self, p[3], p[5],

Completed in 7 milliseconds