Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-code.l228 warn_at_indent (*loc, &indent,
231 warn_at_indent (*loc, &indent,
431 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), in show_sub_messages()
478 warn_at_indent (id_loc, &indent, "%s", in show_sub_messages()
648 warn_at_indent (text_loc, &indent, _("misleading reference: %s"), in parse_ref()
Dcomplain.h50 void warn_at_indent (location loc, unsigned *indent,
Dcomplain.c124 warn_at_indent (location loc, unsigned *indent, in warn_at_indent() function
Dscan-code.c1284 warn_at_indent (*loc, &indent,
1287 warn_at_indent (*loc, &indent,
2620 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"), in show_sub_messages()
2667 warn_at_indent (id_loc, &indent, "%s", in show_sub_messages()
2837 warn_at_indent (text_loc, &indent, _("misleading reference: %s"), in parse_ref()
/external/bison/
DChangeLog1633 (complain_at_indent, warn_at_indent): Do not prefix the context
DChangeLog-2012323 (warn_at, warn_at_indent, warn): Suppress warning if -Wno-other.
1857 * src/complain.h (complain_at_indent, warn_at_indent): Prototype
1860 (error_message, complain_at_indent, warn_at_indent): Implement