Lines Matching full:conflict
489 /* we now have at least one conflict */
527 /* we now have at least one conflict */
541 /* if we end up with conflict(s), report them */
562 /* clear the S/R conflict set for this item */
565 /* if it results in a reduce, it could be a conflict */
587 /* does the comparison item conflict? */
589 /* report a reduce/reduce conflict */
599 /* does the terminal conflict with our item */
601 /* remember the terminal symbol in conflict */
607 /* report S/R conflicts under all the symbols we conflict under */
617 /** Produce a warning message for one reduce/reduce conflict.
619 * @param itm1 first item in conflict.
620 * @param itm2 second item in conflict.
627 System.err.println("*** Reduce/Reduce conflict found in state #"+index());
648 /* count the conflict */
655 /** Produce a warning message for one shift/reduce conflict.
658 * @param conflict_sym the index of the symbol conflict occurs under.
669 System.err.println("*** Shift/Reduce conflict found in state #"+index());
673 /* find and report on all items that shift under our conflict symbol */
693 /* count the conflict */