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

  /external/bison/src/
complain.h 44 void warn_at (location loc, char const *format, ...)
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");
complain.c 116 warn_at (location loc, const char *message, ...)
115 warn_at (location loc, const char *message, ...) function
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"));
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;
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-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"));
reduce.c 303 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"),
scan-code.l 188 warn_at (*loc, _("stray '%s'"), yytext);
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
scan-code.c     [all...]
scan-gram.c 1449 warn_at (*loc, _("stray ',' treated as white space")); variable
    [all...]
scan-skel.c 902 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
    [all...]

Completed in 806 milliseconds