Home | History | Annotate | Download | only in src

Lines Matching refs:rule

62 | Explain how an SR conflict between TOKEN and RULE was resolved: |
67 log_resolution (rule *r, symbol_number token,
78 _(" Conflict between rule %d and token %s"
87 _(" Conflict between rule %d and token %s"
95 _(" Conflict between rule %d and token %s"
150 " <resolution rule=\"%d\" symbol=\"%s\""
159 " <resolution rule=\"%d\" symbol=\"%s\""
167 " <resolution rule=\"%d\" symbol=\"%s\""
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 |
265 /* Find the rule to reduce by to get precedence of reduction. */
266 rule *redrule = reds->rules[ruleno];