Lines Matching full:conflict
2412 # Whoa. Have a shift/reduce or reduce/reduce conflict
2424 log.info(" ! shift/reduce conflict for %s resolved as reduce",a)
2432 log.info(" ! shift/reduce conflict for %s resolved as shift",a)
2435 # Reduce/reduce conflict. In this case, we favor the rule
2448 log.info(" ! reduce/reduce conflict for %s resolved using rule %d (%s)", a,st_actionp[a].number, st_actionp[a])
2450 raise LALRError("Unknown conflict in state %d" % st)
2466 # Whoa have a shift/reduce or shift/shift conflict
2469 raise LALRError("Shift/shift conflict in state %d" % st)
2483 log.info(" ! shift/reduce conflict for %s resolved as shift",a)
2490 log.info(" ! shift/reduce conflict for %s resolved as reduce",a)
2494 raise LALRError("Unknown conflict in state %d" % st)
3227 errorlog.warning("1 shift/reduce conflict")
3233 errorlog.warning("1 reduce/reduce conflict")
3244 debuglog.warning("shift/reduce conflict for %s in state %d resolved as %s", tok, state, resolution)
3250 debuglog.warning("reduce/reduce conflict in state %d resolved using rule (%s)", state, rule)
3252 errorlog.warning("reduce/reduce conflict in state %d resolved using rule (%s)", state, rule)