Searched refs:warn_at (Results 1 - 13 of 13) sorted by relevance

/external/bison/src/
H A Dcomplain.h44 void warn_at (location loc, char const *format, ...)
H A Dreader.c207 warn_at (name->loc,
306 warn_at (r->location,
312 warn_at (r->location,
329 midrule_warning ? midrule_value_at : warn_at;
344 warn_at (r->location, _("token for %%prec is not defined: %s"),
444 warn_at (loc, _("%s affects only GLR parsers"), "%dprec");
459 warn_at (loc, _("%s affects only GLR parsers"), "%merge");
H A Dcomplain.c116 warn_at (location loc, const char *message, ...)
115 warn_at (location loc, const char *message, ...) function
H A Dgram.c312 warn_at (rules[r].location, "%s", message);
315 warn_at (rules[r].location, "%s: ", message);
H A Dlocation.c93 warn_at (*loc, _("line number overflow"));
95 warn_at (*loc, _("column number overflow"));
H A Dscan-skel.l64 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
227 else if (0 == strcmp (at_directive_argv[0], "@warn_at")
237 case 'w': func = warn_at; break;
H A Dsymtab.c346 warn_at (loc, _("symbol %s redeclared"), sym->tag);
415 warn_at (loc, _("symbol %s used more than once as a literal string"),
418 warn_at (loc, _("symbol %s given more than one literal string"),
H A 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"));
H A Dreduce.c303 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"),
H A Dscan-code.l188 warn_at (*loc, _("stray '%s'"), yytext);
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
H A Dscan-code.c1222 warn_at (*loc, _("stray '%s'"), code_text);
1329 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
H A Dscan-gram.c1449 warn_at (*loc, _("stray ',' treated as white space")); variable
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"));
H A Dscan-skel.c902 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
2347 else if (0 == strcmp (at_directive_argv[0], "@warn_at")
2357 case 'w': func = warn_at; break;

Completed in 102 milliseconds