Home
last modified time | relevance | path

Searched refs:warn_at (Results 1 – 16 of 16) sorted by relevance

/external/bison/src/
Dreader.c204 warn_at (name->loc, in assign_named_ref()
303 warn_at (r->location, in grammar_rule_check()
309 warn_at (r->location, in grammar_rule_check()
326 midrule_warning ? midrule_value_at : warn_at; in grammar_rule_check()
341 warn_at (r->location, _("token for %%prec is not defined: %s"), in grammar_rule_check()
441 warn_at (loc, _("%s affects only GLR parsers"), "%dprec"); in grammar_current_rule_dprec_set()
456 warn_at (loc, _("%s affects only GLR parsers"), "%merge"); in grammar_current_rule_merge_set()
Dscan-gram.l149 "," warn_at (*loc, _("stray ',' treated as white space"));
481 warn_at (*loc, _("empty character literal"));
486 warn_at (*loc, _("extra characters in character literal"));
502 warn_at (*loc, _("empty character literal"));
507 warn_at (*loc, _("extra characters in character literal"));
859 warn_at (loc, _("line number overflow"));
Dlocation.c93 warn_at (*loc, _("line number overflow")); in location_compute()
95 warn_at (*loc, _("column number overflow")); in location_compute()
Dcomplain.h44 void warn_at (location loc, char const *format, ...)
Dgram.c312 warn_at (rules[r].location, "%s", message); in grammar_rules_useless_report()
315 warn_at (rules[r].location, "%s: ", message); in grammar_rules_useless_report()
Dscan-gram.c1449 warn_at (*loc, _("stray ',' treated as white space"));
2080 warn_at (*loc, _("empty character literal"));
2085 warn_at (*loc, _("extra characters in character literal"));
2104 warn_at (*loc, _("empty character literal"));
2109 warn_at (*loc, _("extra characters in character literal"));
3659 warn_at (loc, _("line number overflow")); in handle_syncline()
Dcomplain.c115 warn_at (location loc, const char *message, ...) in warn_at() function
Dsymtab.c346 warn_at (loc, _("symbol %s redeclared"), sym->tag); in symbol_class_set()
415 warn_at (loc, _("symbol %s used more than once as a literal string"), in symbol_make_alias()
418 warn_at (loc, _("symbol %s given more than one literal string"), in symbol_make_alias()
Dscan-skel.l237 case 'w': func = warn_at; break;
Dscan-code.l188 warn_at (*loc, _("stray '%s'"), yytext);
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
Dreduce.c302 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"), in nonterminals_reduce()
Dscan-code.c1222 warn_at (*loc, _("stray '%s'"), code_text);
1329 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
Dscan-skel.c2357 case 'w': func = warn_at; break; in at_directive_perform()
/external/bison/runtime-po/
DMakevars21 --flag=warn:1:c-format --flag=warn_at:2:c-format\
/external/bison/po/
DMakevars21 --flag=warn:1:c-format --flag=warn_at:2:c-format\
/external/bison/
DChangeLog-2012323 (warn_at, warn_at_indent, warn): Suppress warning if -Wno-other.
337 warnings, and continue to use warn_at for all other warnings. Let
980 error messages so warn and warn_at can be used in more cases.
981 * src/gram.c (grammar_rules_useless_report): Use warn_at so that
5704 Provide warn_at, complain_at, and fatal_at function callbacks to the
5708 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
5728 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
6656 (warn_at, warn): ... here.
7054 fatal, fatal_at, warn, warn_at, unexpected_end.
7574 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
[all …]