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

/gem5/ext/ply/ply/
H A Dyacc.py1930 class LALRError(YaccError): pass class in inherits:YaccError
1942 raise LALRError("Unsupported method %s" % method)
2450 raise LALRError("Unknown conflict in state %d" % st)
2469 raise LALRError("Shift/shift conflict in state %d" % st)
2494 raise LALRError("Unknown conflict in state %d" % st)

Completed in 14 milliseconds