HomeSort by relevance Sort by last modified time
    Searched full:warn_at (Results 1 - 18 of 18) sorted by null

  /external/bison/src/
scan-skel.l 64 /* 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;
complain.h 44 void warn_at (location loc, char const *format, ...)
gram.c 312 warn_at (rules[r].location, "%s", message);
315 warn_at (rules[r].location, "%s: ", message);
location.c 93 warn_at (*loc, _("line number overflow"));
95 warn_at (*loc, _("column number overflow"));
reader.c 207 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");
scan-gram.l 149 "," 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"));
complain.c 116 warn_at (location loc, const char *message, ...)
115 warn_at (location loc, const char *message, ...) function
muscle-tab.h 136 approriate for the first argument of warn_at, complain_at, or fatal_at.
scan-code.l 188 warn_at (*loc, _("stray '%s'"), yytext);
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
symtab.c 346 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"),
scan-skel.c 902 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
    [all...]