Home
last modified time | relevance | path

Searched refs:complain_at_indent (Results 1 – 9 of 9) sorted by relevance

/external/bison/src/
Dsymtab.c154 complain_at_indent (second, &i, _("%s redeclaration for %s"), what, s->tag); in symbol_redeclaration()
156 complain_at_indent (first, &i, _("previous declaration")); in symbol_redeclaration()
164 complain_at_indent (second, &i, _("%s redeclaration for <%s>"), what, s->tag); in semantic_type_redeclaration()
166 complain_at_indent (first, &i, _("previous declaration")); in semantic_type_redeclaration()
534 complain_at_indent (second->location, &i, in user_token_number_redeclaration()
538 complain_at_indent (first->location, &i, in user_token_number_redeclaration()
934 complain_at_indent (destructor->location, &i, in default_tagged_destructor_set()
937 complain_at_indent (default_tagged_destructor.location, &i, in default_tagged_destructor_set()
949 complain_at_indent (destructor->location, &i, in default_tagless_destructor_set()
952 complain_at_indent (default_tagless_destructor.location, &i, in default_tagless_destructor_set()
[all …]
Dscan-code.l434 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), in show_sub_messages()
481 complain_at_indent (id_loc, &indent, "%s", in show_sub_messages()
610 complain_at_indent (text_loc, &indent, _("invalid reference: %s"), in parse_ref()
621 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()
627 complain_at_indent (rule->location, &indent, format, in parse_ref()
634 complain_at_indent (rule->location, &indent, format, in parse_ref()
663 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"), in parse_ref()
Dmuscle-tab.c449 complain_at_indent (variable_loc, &i, in muscle_percent_define_insert()
452 complain_at_indent (muscle_percent_define_get_loc (variable), &i, in muscle_percent_define_insert()
608 complain_at_indent (loc, &i, in muscle_percent_define_check_values()
613 complain_at_indent (loc, &i, _("accepted value: %s"), in muscle_percent_define_check_values()
Dcomplain.h65 void complain_at_indent (location loc, unsigned *indent,
Dscan-code.c2623 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), in show_sub_messages()
2670 complain_at_indent (id_loc, &indent, "%s", in show_sub_messages()
2799 complain_at_indent (text_loc, &indent, _("invalid reference: %s"), in parse_ref()
2810 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()
2816 complain_at_indent (rule->location, &indent, format, in parse_ref()
2823 complain_at_indent (rule->location, &indent, format, in parse_ref()
2852 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"), in parse_ref()
Dcomplain.c156 complain_at_indent (location loc, unsigned *indent, in complain_at_indent() function
Dreader.c132 complain_at_indent (declaration_loc, &indent, in record_merge_function_type()
138 complain_at_indent (merge_function->type_declaration_location, &indent, in record_merge_function_type()
/external/bison/
DChangeLog1615 complain_at_indent to output with increased indentation level.
1633 (complain_at_indent, warn_at_indent): Do not prefix the context
1654 complain_at_indent to output with increased indentation level.
1672 complain_at_indent to output with increased indentation level.
1693 default_tagless_printer_set): Use complain_at_indent to
1715 * src/reader.c (record_merge_function_type): Use complain_at_indent to
DChangeLog-20121857 * src/complain.h (complain_at_indent, warn_at_indent): Prototype
1860 (error_message, complain_at_indent, warn_at_indent): Implement