Home | History | Annotate | Download | only in src

Lines Matching full:conflict

62 | Explain how an SR conflict between TOKEN and RULE was resolved: |
78 _(" Conflict between rule %d and token %s"
87 _(" Conflict between rule %d and token %s"
95 _(" Conflict between rule %d and token %s"
217 | specified state. Used when we resolve a shift-reduce conflict in |
238 | conflict in favor of the shift or as an error (%nonassoc). |
249 | Attempt to resolve shift-reduce conflict for one rule by means of |
251 | rule has a precedence. A conflict is resolved by modifying the |
252 | shift or reduce tables so that there is no longer a conflict. |
275 /* Shift-reduce conflict occurs for token number i
345 check for shift-reduce conflict, and try to resolve using
457 | count one conflict for each token that has any reduce/reduce |
458 | conflicts. Otherwise, count one conflict for each pair of |
530 | conflict. |
617 complain (ngettext ("expected %d shift/reduce conflict",
622 complain (ngettext ("expected %d reduce/reduce conflict",