Home
last modified time | relevance | path

Searched refs:action_props (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dreader.c266 if ((s->midrule && s->midrule->action_props.is_value_used) in symbol_should_be_used()
270 ->action_props.is_value_used)) in symbol_should_be_used()
293 if (!r->action_props.code && r->content.sym->type_name) in grammar_rule_check()
320 if (!l->action_props.is_value_used in grammar_rule_check()
323 && (r->action_props.code || (n != 0 && n != 1))) in grammar_rule_check()
375 location dummy_location = current_rule->action_props.location; in grammar_midrule_action()
380 named_ref *action_name = current_rule->action_props.named_ref; in grammar_midrule_action()
388 code_props_rule_action_init (&midrule->action_props, in grammar_midrule_action()
389 current_rule->action_props.code, in grammar_midrule_action()
390 current_rule->action_props.location, in grammar_midrule_action()
[all …]
Dsymlist.c45 code_props_none_init (&res->action_props); in symbol_list_sym_new()
124 fprintf (stderr, l->action_props.is_value_used ? " used" : " unused"); in symbol_list_syms_print()
Dsymlist.h69 code_props action_props; member
Dscan-code.l774 rule->action_props.is_value_used = true; in handle_action_dollar()
797 symbol_list_n_get (effective_rule, n)->action_props.is_value_used = in handle_action_dollar()
Dscan-code.c2963 rule->action_props.is_value_used = true; in handle_action_dollar()
2986 symbol_list_n_get (effective_rule, n)->action_props.is_value_used = in handle_action_dollar()
/external/bison/
DChangeLog-20125890 used members with a code_props action_props member.