Searched defs:midrule (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dsymlist.h56 /* If this symbol is the generated lhs for a midrule but this is the rule in
57 whose rhs it appears, MIDRULE = a pointer to that midrule. */
58 struct symbol_list *midrule; member in struct:symbol_list
60 /* If this symbol is the generated lhs for a midrule and this is that
61 midrule, MIDRULE_PARENT_RULE = a pointer to the rule in whose rhs it
H A Dreader.c269 if ((s->midrule && s->midrule->action_props.is_value_used)
376 /* Make a DUMMY nonterminal, whose location is that of the midrule
380 symbol_list *midrule = symbol_list_sym_new (dummy, dummy_location);
390 midrule->location = dummy_location;
391 code_props_rule_action_init (&midrule->action_props,
394 midrule, 0);
398 previous_rule_end->next = midrule;
400 grammar = midrule;
403 midrule
377 symbol_list *midrule = symbol_list_sym_new (dummy, dummy_location); local
[all...]

Completed in 63 milliseconds