Searched refs:t_STRING (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/ply/example/BASIC/
H A Dbasiclex.py46 t_STRING = r'\".*?\"' variable
/gem5/ext/ply/ply/
H A Dctokens.py112 t_STRING = r'\"([^\\\n]|(\\.))*?\"' variable
H A Dcpp.py215 self.t_STRING = tok.type
387 macro.value[i].type = self.t_STRING
729 if tokens[0].value != '<' and tokens[0].type != self.t_STRING:
744 elif tokens[0].type == self.t_STRING:
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py81 def t_STRING(t): function

Completed in 15 milliseconds