Home | History | Annotate | Download | only in src

Lines Matching refs:Conflict

37  * For a conflict, each rule in the grammar can have at most one contributing
39 * cannot have lookaheads. For a conflict, exactly one shift can contribute.
41 * possible contributions to any conflict. The maximum number of possible
55 chosen in a conflict is a syntax error because of a %nonassoc. */
59 * The description of a conflict. Don't break encapsulation by modifying the
68 } Conflict;
81 Conflict conflict;
101 * \c manifesting_state, the following actions are in conflict on \c token:
129 * \c self (perhaps because \c self isn't a conflict).