Searched refs:complain_at (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 261 complain_at (*loc, _("invalid directive: %s"), quote (yytext)); 321 complain_at (*loc, _("invalid character: %s"), quote (yytext)); 441 \0 complain_at (*loc, _("invalid null character")); 454 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)); 456 complain_at (*loc, _("invalid null character: %s"), quote (yytext)); 465 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)); 467 complain_at (*loc, _("invalid null character: %s"), quote (yytext)); 486 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext)); 488 complain_at (*loc, _("invalid null character: %s"), quote (yytext)); 493 complain_at (*loc, _("unrecognized escape sequence: %s"), quote (yytext)); [all …]
|
D | reader.c | 58 complain_at (loc, _("multiple %s declarations"), "%start"); in grammar_start_symbol_set() 210 complain_at (loc, _("rule given for %s, which is a token"), lhs->tag); in grammar_current_rule_begin() 353 complain_at (loc, _("only one %s allowed per rule"), "%prec"); in grammar_current_rule_prec_set() 365 complain_at (loc, _("%s must be followed by positive number"), "%dprec"); in grammar_current_rule_dprec_set() 367 complain_at (loc, _("only one %s allowed per rule"), "%dprec"); in grammar_current_rule_dprec_set() 380 complain_at (loc, _("only one %s allowed per rule"), "%merge"); in grammar_current_rule_merge_set()
|
D | scan-gram.c | 1620 complain_at (*loc, _("invalid directive: %s"), quote (gram_text)); 1722 complain_at (*loc, _("invalid character: %s"), quote (gram_text)); 1898 complain_at (*loc, _("invalid null character")); 1912 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text)); 1914 complain_at (*loc, _("invalid null character: %s"), quote (gram_text)); 1926 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text)); 1928 complain_at (*loc, _("invalid null character: %s"), quote (gram_text)); 1980 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text)); 1982 complain_at (*loc, _("invalid null character: %s"), quote (gram_text)); 1992 complain_at (*loc, _("unrecognized escape sequence: %s"), quote (gram_text)); [all …]
|
D | symtab.c | 110 complain_at (second, _("%s redeclaration for %s"), what, s->tag); in redeclaration() 111 complain_at (first, _("first declaration")); in redeclaration() 199 complain_at (loc, _("symbol %s redefined"), sym->tag); in symbol_class_set() 230 complain_at (loc, _("redefining user token number of %s"), sym->tag); in symbol_user_token_number_set() 255 complain_at in symbol_check_defined() 427 complain_at (this->location, in symbol_translation()
|
D | parse-gram.y | 548 complain_at (loc, _("missing identifier in parameter declaration")); in add_param() 574 complain_at (*loc, "require bison %s, but have %s", in version_check() 583 complain_at (*loc, "%s", msg); in gram_error()
|
D | complain.h | 41 void complain_at (location loc, char const *format, ...)
|
D | symlist.c | 145 complain_at (loc, _("invalid $ value: $%d"), n); in symbol_list_n_type_name_get()
|
D | complain.c | 83 complain_at (location loc, const char *message, ...) in complain_at() function
|
D | parse-gram.c | 2442 complain_at (loc, _("missing identifier in parameter declaration")); in add_param() 2468 complain_at (*loc, "require bison %s, but have %s", in version_check() 2477 complain_at (*loc, "%s", msg); in gram_error()
|
/external/bison/ |
D | ChangeLog | 5462 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at, 6760 Use complain_at. 6854 with quote slot used by complain_at. 7024 (private_strerror, warn_at, warn, complain_at, complain, fatal_at, 8275 * src/complain.c (warn_at, complain_at, fatal_at): Drop 8283 (get_merge_function): Take a location and use complain_at. 8292 (gram_error): Use complain_at. 8777 Promote complain_at. 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):
|