Searched refs:dollar_loc (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | scan-code.l | 50 location dollar_loc); 53 location dollar_loc); 688 location dollar_loc) in fetch_type_name() argument 700 complain_at (dollar_loc, _("explicit type given in untyped grammar")); in fetch_type_name() 715 handle_action_dollar (symbol_list *rule, char *text, location dollar_loc) in handle_action_dollar() argument 735 cp = fetch_type_name (cp, &type_name, dollar_loc); in handle_action_dollar() 738 rule->midrule_parent_rhs_index, text, dollar_loc, '$'); in handle_action_dollar() 751 type_name = symbol_list_n_type_name_get (rule, dollar_loc, 0); in handle_action_dollar() 758 complain_at (dollar_loc, in handle_action_dollar() 764 complain_at (dollar_loc, _("$$ of %s has no declared type"), in handle_action_dollar() [all …]
|
D | scan-code.c | 701 location dollar_loc); 704 location dollar_loc); 2877 location dollar_loc) in fetch_type_name() argument 2889 complain_at (dollar_loc, _("explicit type given in untyped grammar")); in fetch_type_name() 2904 handle_action_dollar (symbol_list *rule, char *text, location dollar_loc) in handle_action_dollar() argument 2924 cp = fetch_type_name (cp, &type_name, dollar_loc); in handle_action_dollar() 2927 rule->midrule_parent_rhs_index, text, dollar_loc, '$'); in handle_action_dollar() 2940 type_name = symbol_list_n_type_name_get (rule, dollar_loc, 0); in handle_action_dollar() 2947 complain_at (dollar_loc, in handle_action_dollar() 2953 complain_at (dollar_loc, _("$$ of %s has no declared type"), in handle_action_dollar() [all …]
|