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

/gem5/ext/ply/example/BASIC/
H A Dbasiclex.py44 t_INTEGER = r'\d+' variable
/gem5/ext/ply/ply/
H A Dctokens.py106 t_INTEGER = r'\d+([uU]|[lL]|[uU][lL]|[lL][uU])?' variable
H A Dcpp.py206 self.t_INTEGER = tok.type
522 t.type = self.t_INTEGER
561 tokens[i].type = self.t_INTEGER
569 tokens[i].type = self.t_INTEGER
571 elif t.type == self.t_INTEGER:

Completed in 8 milliseconds