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

/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py171 def goto(self,linenum): member in class:BasicInterpreter
212 self.goto(newline)
254 self.goto(newline)
305 self.goto(newline)
312 self.goto(self.gosub)
/gem5/src/python/m5/util/
H A Dgrammar.py108 'goto' : self.yacc.goto,
/gem5/ext/ply/ply/
H A Dyacc.py243 self.goto = lrtab.lr_goto
286 goto = self.goto # Local reference to goto table (to avoid lookup on self.)
366 debug.debug("Action : Shift and goto state %s", t)
389 debug.info("Action : Reduce rule [%s] with %s and goto state %d", p.str, "["+",".join([format_stack_entry(_v.value) for _v in symstack[-plen:]])+"]",-t)
391 debug.info("Action : Reduce rule [%s] with %s and goto state %d", p.str, [],-t)
426 state = goto[statestack[-1]][pname]
465 state = goto[statestack[-1]][pname]
601 goto
[all...]

Completed in 9 milliseconds