Lines Matching full:useless
829 grammar rules that are useless in the parser due to conflicts.
1043 ** When reporting useless rules, useless nonterminals, and unused terminals,
1044 Bison now employs the terms "useless in grammar" instead of "useless",
1045 "useless in parser" instead of "never reduced", and "unused in grammar"
1061 "useless in parser due to conflicts".
1676 ** Useless rules
1677 Before, Bison reported the useless rules, but, although not used,
1680 ** Useless rules, useless nonterminals
1690 %token useless useful
1695 bison reported both "useful" and "useless" as useless tokens.
1846 Fixed bugs when reporting useless nonterminals.