Lines Matching refs:complain_at
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));
575 complain_at (*loc, _("missing `{' in %s"),
861 complain_at (loc, _("$$ of `%s' has no declared type"), in handle_action_dollar()
881 complain_at (loc, _("$%d of `%s' has no declared type"), in handle_action_dollar()
891 complain_at (loc, _("integer out of range: %s"), quote (text)); in handle_action_dollar()
927 complain_at (loc, _("invalid value: %s"), quote (text)); in handle_dollar()
958 complain_at (loc, _("integer out of range: %s"), quote (text)); in handle_action_at()
993 complain_at (loc, _("invalid value: %s"), quote (text)); in handle_at()
1009 complain_at (loc, _("integer out of range: %s"), quote (number)); in scan_integer()
1119 complain_at (loc, _(msgid), token_end); in unexpected_end()