Home | History | Annotate | Download | only in doc

Lines Matching full:merge

722 reduction makes two parsers identical, causing them to merge, Bison
724 merge, reverting to the single-parser case, Bison resolves all the
936 @findex %merge
1045 the possibilities. For this purpose, you must merge the semantic
1051 stmt : expr ';' %merge <stmtMerge>
1052 | decl %merge <stmtMerge>
1088 productions that participate in any particular merge have identical
1089 @samp{%merge} clauses. Otherwise, the ambiguity would be unresolvable,
1091 the offending merge.
5809 rules by the @samp{%merge} declaration,
5810 Bison resolves and evaluates both and then calls the merge function on
8246 @deffn {Directive} %merge