Searched refs:t_ID (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/ply/example/BASIC/
H A Dbasiclex.py23 def t_ID(t): function
/gem5/ext/ply/ply/
H A Dctokens.py103 t_ID = r'[A-Za-z_][A-Za-z0-9_]*' variable
H A Dcpp.py198 self.t_ID = tok.type
382 if macro.value[i].type == self.t_ID and macro.value[i].value in macro.arglist:
405 ((i+1) < len(macro.value)) and (macro.value[i+1].type == self.t_ID) and \
475 if t.type == self.t_ID:
540 if tokens[i].type == self.t_ID and tokens[i].value == 'defined':
548 elif tokens[j].type == self.t_ID:
567 if t.type == self.t_ID:
802 a[0].type = self.t_ID
807 elif astr[-3:] == "..." and a[0].type == self.t_ID:
815 if len(a) > 1 or a[0].type != self.t_ID
[all...]
/gem5/ext/ply/example/ansic/
H A Dclex.py126 def t_ID(t): function
/gem5/ext/ply/example/yply/
H A Dylex.py29 t_ID = r'[a-zA-Z_][a-zA-Z_0-9]*' variable
/gem5/src/arch/
H A Disa_parser.py1763 # t_ID() function. The PLY documentation suggests this approach.
1826 def t_ID(self, t): member in class:ISAParser

Completed in 27 milliseconds