Searched refs:warn_at (Results 1 – 16 of 16) sorted by relevance
/external/bison/src/ |
D | reader.c | 204 warn_at (name->loc, in assign_named_ref() 303 warn_at (r->location, in grammar_rule_check() 309 warn_at (r->location, in grammar_rule_check() 326 midrule_warning ? midrule_value_at : warn_at; in grammar_rule_check() 341 warn_at (r->location, _("token for %%prec is not defined: %s"), in grammar_rule_check() 441 warn_at (loc, _("%s affects only GLR parsers"), "%dprec"); in grammar_current_rule_dprec_set() 456 warn_at (loc, _("%s affects only GLR parsers"), "%merge"); in grammar_current_rule_merge_set()
|
D | 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"));
|
D | location.c | 93 warn_at (*loc, _("line number overflow")); in location_compute() 95 warn_at (*loc, _("column number overflow")); in location_compute()
|
D | complain.h | 44 void warn_at (location loc, char const *format, ...)
|
D | gram.c | 312 warn_at (rules[r].location, "%s", message); in grammar_rules_useless_report() 315 warn_at (rules[r].location, "%s: ", message); in grammar_rules_useless_report()
|
D | scan-gram.c | 1449 warn_at (*loc, _("stray ',' treated as white space")); 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")); in handle_syncline()
|
D | complain.c | 115 warn_at (location loc, const char *message, ...) in warn_at() function
|
D | symtab.c | 346 warn_at (loc, _("symbol %s redeclared"), sym->tag); in symbol_class_set() 415 warn_at (loc, _("symbol %s used more than once as a literal string"), in symbol_make_alias() 418 warn_at (loc, _("symbol %s given more than one literal string"), in symbol_make_alias()
|
D | scan-skel.l | 237 case 'w': func = warn_at; break;
|
D | scan-code.l | 188 warn_at (*loc, _("stray '%s'"), yytext); 254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
|
D | reduce.c | 302 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"), in nonterminals_reduce()
|
D | scan-code.c | 1222 warn_at (*loc, _("stray '%s'"), code_text); 1329 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
|
D | scan-skel.c | 2357 case 'w': func = warn_at; break; in at_directive_perform()
|
/external/bison/runtime-po/ |
D | Makevars | 21 --flag=warn:1:c-format --flag=warn_at:2:c-format\
|
/external/bison/po/ |
D | Makevars | 21 --flag=warn:1:c-format --flag=warn_at:2:c-format\
|
/external/bison/ |
D | ChangeLog-2012 | 323 (warn_at, warn_at_indent, warn): Suppress warning if -Wno-other. 337 warnings, and continue to use warn_at for all other warnings. Let 980 error messages so warn and warn_at can be used in more cases. 981 * src/gram.c (grammar_rules_useless_report): Use warn_at so that 5704 Provide warn_at, complain_at, and fatal_at function callbacks to the 5708 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and 5728 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@) 6656 (warn_at, warn): ... here. 7054 fatal, fatal_at, warn, warn_at, unexpected_end. 7574 (fatal_at, fatal, warn_at, warn, complain_at, complain): these. [all …]
|