Searched refs:warn_at (Results 1 – 8 of 8) sorted by relevance
/external/bison/src/ |
D | reader.c | 120 warn_at (loc, _("result type clash on merge function %s: <%s> != <%s>"), in get_merge_function() 252 warn_at (r->location, in grammar_rule_check() 258 warn_at (r->location, in grammar_rule_check() 273 warn_at (r->location, _("unused value: $%d"), n); in grammar_rule_check() 275 warn_at (r->location, _("unset value: $$")); in grammar_rule_check() 363 warn_at (loc, _("%s affects only GLR parsers"), "%dprec"); in grammar_current_rule_dprec_set() 378 warn_at (loc, _("%s affects only GLR parsers"), "%merge"); in grammar_current_rule_merge_set()
|
D | 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")); in adjust_location() 778 warn_at (*loc, _("column number overflow")); in adjust_location() 1087 warn_at (loc, _("line number overflow")); in handle_syncline()
|
D | complain.h | 33 void warn_at (location loc, char const *format, ...)
|
D | symtab.c | 213 warn_at (loc, _("symbol %s redeclared"), sym->tag); in symbol_class_set() 282 warn_at (loc, _("symbol `%s' used more than once as a literal string"), in symbol_make_alias() 285 warn_at (loc, _("symbol `%s' given more than one literal string"), in symbol_make_alias()
|
D | complain.c | 47 warn_at (location loc, const char *message, ...) in warn_at() function
|
D | scan-gram.c | 1380 warn_at (*loc, _("stray `,' treated as white space")); 2207 warn_at (*loc, _("stray `$'")); 2215 warn_at (*loc, _("stray `@'")); 3430 warn_at (*loc, _("line number overflow")); in adjust_location() 3432 warn_at (*loc, _("column number overflow")); in adjust_location() 3741 warn_at (loc, _("line number overflow")); in handle_syncline()
|
D | reduce.c | 304 warn_at (symbols[i]->location, _("useless nonterminal: %s"), in nonterminals_reduce()
|
/external/bison/ |
D | ChangeLog | 5462 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at, 5972 * src/reduce.c (nonterminals_reduce): Use warn_at rather than 7024 (private_strerror, warn_at, warn, complain_at, complain, fatal_at, 8275 * src/complain.c (warn_at, complain_at, fatal_at): Drop 9025 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at): 9177 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
|