/external/bison/src/ |
D | scan-gram.l | 222 complain_at (*loc, _("invalid directive: %s"), quote (yytext)); 250 complain_at (*loc, _("invalid identifier: %s"), quote (yytext)); 294 complain_at (*loc, "%s: %s", 354 complain_at (*loc, _("unexpected identifier in bracketed name: %s"), 376 complain_at (*loc, _("an identifier expected")); 380 complain_at (*loc, "%s: %s", 518 \0 complain_at (*loc, _("invalid null character")); 531 complain_at (*loc, _("invalid number after \\-escape: %s"), 541 complain_at (*loc, _("invalid number after \\-escape: %s"), 561 complain_at (*loc, _("invalid number after \\-escape: %s"), [all …]
|
D | reader.c | 62 complain_at (loc, _("multiple %s declarations"), "%start"); in grammar_start_symbol_set() 249 complain_at (loc, _("rule given for %s, which is a token"), lhs->tag); in grammar_current_rule_begin() 431 complain_at (loc, _("only one %s allowed per rule"), "%prec"); in grammar_current_rule_prec_set() 443 complain_at (loc, _("%s must be followed by positive number"), "%dprec"); in grammar_current_rule_dprec_set() 445 complain_at (loc, _("only one %s allowed per rule"), "%dprec"); in grammar_current_rule_dprec_set() 458 complain_at (loc, _("only one %s allowed per rule"), "%merge"); in grammar_current_rule_merge_set()
|
D | scan-gram.c | 1705 complain_at (*loc, _("invalid directive: %s"), quote (gram_text)); 1765 complain_at (*loc, _("invalid identifier: %s"), quote (gram_text)); 1833 complain_at (*loc, "%s: %s", 1909 complain_at (*loc, _("unexpected identifier in bracketed name: %s"), 1935 complain_at (*loc, _("an identifier expected")); 1942 complain_at (*loc, "%s: %s", 2123 complain_at (*loc, _("invalid null character")); 2137 complain_at (*loc, _("invalid number after \\-escape: %s"), 2150 complain_at (*loc, _("invalid number after \\-escape: %s"), 2203 complain_at (*loc, _("invalid number after \\-escape: %s"), [all …]
|
D | scan-code.l | 521 complain_at (text_loc, _("integer out of range: %s"), in parse_ref() 700 complain_at (dollar_loc, _("explicit type given in untyped grammar")); in fetch_type_name() 758 complain_at (dollar_loc, in handle_action_dollar() 764 complain_at (dollar_loc, _("$$ of %s has no declared type"), in handle_action_dollar() 786 complain_at (dollar_loc, _("$%s of %s has no declared type"), in handle_action_dollar()
|
D | complain.h | 59 void complain_at (location loc, char const *format, ...)
|
D | parse-gram.y | 747 complain_at (loc, _("missing identifier in parameter declaration")); in add_param() 764 complain_at (*loc, "require bison %s, but have %s", in version_check() 773 complain_at (*loc, "%s", msg); in gram_error()
|
D | getargs.c | 458 complain_at (loc, _("multiple skeleton declarations are invalid")); in skeleton_arg() 483 complain_at (loc, msg, quotearg_colon (arg)); in language_argmatch()
|
D | complain.c | 149 complain_at (location loc, const char *message, ...) in complain_at() function
|
D | symtab.c | 332 complain_at (loc, _("symbol %s redefined"), sym->tag); in symbol_class_set() 367 complain_at (loc, _("redefining user token number of %s"), sym->tag); in symbol_user_token_number_set() 393 complain_at in symbol_check_defined()
|
D | scan-code.c | 2710 complain_at (text_loc, _("integer out of range: %s"), in parse_ref() 2889 complain_at (dollar_loc, _("explicit type given in untyped grammar")); in fetch_type_name() 2947 complain_at (dollar_loc, in handle_action_dollar() 2953 complain_at (dollar_loc, _("$$ of %s has no declared type"), in handle_action_dollar() 2975 complain_at (dollar_loc, _("$%s of %s has no declared type"), in handle_action_dollar()
|
D | symlist.c | 211 complain_at (loc, _("invalid $ value: $%d"), n); in symbol_list_n_type_name_get()
|
D | scan-skel.l | 238 case 'c': func = complain_at; break;
|
D | muscle-tab.c | 549 complain_at(muscle_percent_define_get_loc (variable), in muscle_percent_define_flag_if()
|
D | parse-gram.c | 3212 complain_at (loc, _("missing identifier in parameter declaration")); in add_param() 3229 complain_at (*loc, "require bison %s, but have %s", in version_check() 3238 complain_at (*loc, "%s", msg); in gram_error()
|
D | scan-skel.c | 2358 case 'c': func = complain_at; break; in at_directive_perform()
|
/external/bison/runtime-po/ |
D | Makevars | 19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
|
/external/bison/po/ |
D | Makevars | 19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
|
/external/bison/ |
D | ChangeLog-2012 | 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(...@) 7053 (XGETTEXT_OPTIONS): Add complain, complain_at, 7574 (fatal_at, fatal, warn_at, warn, complain_at, complain): these. 7637 * src/reader.c (record_merge_function_type): Use complain_at. 13723 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at, 15021 Use complain_at. 15115 with quote slot used by complain_at. 15285 (private_strerror, warn_at, warn, complain_at, complain, fatal_at, [all …]
|
D | ChangeLog | 1632 * src/complain.c (complain_at): Prefix all errors with "error: ".
|