HomeSort by relevance Sort by last modified time
    Searched refs:action_props (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
reader.c 269 if ((s->midrule && s->midrule->action_props.is_value_used)
273 ->action_props.is_value_used))
296 if (!r->action_props.code && r->content.sym->type_name)
323 if (!l->action_props.is_value_used
326 && (r->action_props.code || (n != 0 && n != 1)))
378 location dummy_location = current_rule->action_props.location;
383 named_ref *action_name = current_rule->action_props.named_ref;
391 code_props_rule_action_init (&midrule->action_props,
392 current_rule->action_props.code,
393 current_rule->action_props.location
    [all...]
symlist.h 69 code_props action_props; member in struct:symbol_list
symlist.c 45 code_props_none_init (&res->action_props);
124 fprintf (stderr, l->action_props.is_value_used ? " used" : " unused");
scan-code.l 774 rule->action_props.is_value_used = true;
797 symbol_list_n_get (effective_rule, n)->action_props.is_value_used =
scan-code.c     [all...]

Completed in 54 milliseconds