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

  /external/bison/src/
complain.h 33 void warn_at (location loc, char const *format, ...)
reader.c 122 warn_at (loc, _("result type clash on merge function %s: <%s> != <%s>"),
255 warn_at (r->location,
261 warn_at (r->location,
276 warn_at (r->location, _("unused value: $%d"), n);
278 warn_at (r->location, _("unset value: $$"));
366 warn_at (loc, _("%s affects only GLR parsers"), "%dprec");
381 warn_at (loc, _("%s affects only GLR parsers"), "%merge");
complain.c 48 warn_at (location loc, const char *message, ...)
47 warn_at (location loc, const char *message, ...) function
scan-gram.l 197 "," warn_at (*loc, _("stray `,' treated as white space"));
640 warn_at (*loc, _("stray `$'"));
644 warn_at (*loc, _("stray `@'"));
776 warn_at (*loc, _("line number overflow"));
778 warn_at (*loc, _("column number overflow"));
1087 warn_at (loc, _("line number overflow"));
    [all...]
symtab.c 213 warn_at (loc, _("symbol %s redeclared"), sym->tag);
282 warn_at (loc, _("symbol `%s' used more than once as a literal string"),
285 warn_at (loc, _("symbol `%s' given more than one literal string"),
reduce.c 305 warn_at (symbols[i]->location, _("useless nonterminal: %s"),
scan-gram.c 1380 warn_at (*loc, _("stray `,' treated as white space")); variable
    [all...]

Completed in 68 milliseconds