Home
last modified time | relevance | path

Searched refs:complain_at (Results 1 – 19 of 19) sorted by relevance

/external/bison/src/
Dscan-gram.l222 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 …]
Dreader.c62 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()
Dscan-gram.c1705 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 …]
Dscan-code.l521 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()
Dcomplain.h59 void complain_at (location loc, char const *format, ...)
Dparse-gram.y747 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()
Dgetargs.c458 complain_at (loc, _("multiple skeleton declarations are invalid")); in skeleton_arg()
483 complain_at (loc, msg, quotearg_colon (arg)); in language_argmatch()
Dcomplain.c149 complain_at (location loc, const char *message, ...) in complain_at() function
Dsymtab.c332 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()
Dscan-code.c2710 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()
Dsymlist.c211 complain_at (loc, _("invalid $ value: $%d"), n); in symbol_list_n_type_name_get()
Dscan-skel.l238 case 'c': func = complain_at; break;
Dmuscle-tab.c549 complain_at(muscle_percent_define_get_loc (variable), in muscle_percent_define_flag_if()
Dparse-gram.c3212 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()
Dscan-skel.c2358 case 'c': func = complain_at; break; in at_directive_perform()
/external/bison/runtime-po/
DMakevars19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
/external/bison/po/
DMakevars19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
/external/bison/
DChangeLog-20125704 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 …]
DChangeLog1632 * src/complain.c (complain_at): Prefix all errors with "error: ".