Searched refs:t_NEWLINE (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/ply/example/BASIC/
H A Dbasiclex.py48 def t_NEWLINE(t): function
/gem5/ext/ply/example/ansic/
H A Dclex.py57 def t_NEWLINE(t): function
/gem5/ext/ply/example/yply/
H A Dylex.py54 def t_NEWLINE(t): function
/gem5/ext/ply/ply/
H A Dcpp.py229 self.t_NEWLINE = None
232 self.t_NEWLINE = tok.type
234 self.t_WS = (self.t_SPACE, self.t_NEWLINE)
/gem5/src/arch/
H A Disa_parser.py1875 # The functions t_NEWLINE, t_ignore, and t_error are
1880 def t_NEWLINE(self, t): member in class:ISAParser

Completed in 18 milliseconds