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

/gem5/src/mem/slicc/ast/
H A DPeekStatementAST.py32 class PeekStatementAST(StatementAST): class in inherits:StatementAST
34 super(PeekStatementAST, self).__init__(slicc, pairs)
42 return "[PeekStatementAST: %r queue_name: %r type: %r %r]" % \
H A D__init__.py59 from slicc.ast.PeekStatementAST import *
/gem5/src/mem/slicc/
H A Dparser.py595 p[0] = ast.PeekStatementAST(self, p[3], p[5], p[6], p[8], "peek")

Completed in 8 milliseconds