Home | History | Annotate | Download | only in src

Lines Matching full:loc

40  * \param loc     the location, defaulting to the current file,
51 error_message (location *loc,
57 if (loc)
58 pos += location_print (stderr, *loc);
82 if (loc && feature_flag & feature_caret)
83 location_caret (stderr, *loc);
90 #define ERROR_MESSAGE(Loc, Prefix, Message) \
94 error_message (Loc, Prefix, Message, args); \
116 warn_at (location loc, const char *message, ...)
121 ERROR_MESSAGE (&loc, _("warning"), message);
125 warn_at_indent (location loc, unsigned *indent,
132 ERROR_MESSAGE (&loc, *indent ? NULL : _("warning"), message);
150 complain_at (location loc, const char *message, ...)
152 ERROR_MESSAGE (&loc, _("error"), message);
157 complain_at_indent (location loc, unsigned *indent,
161 ERROR_MESSAGE (&loc, *indent ? NULL : _("error"), message);
179 yacc_at (location loc, const char *message, ...)
183 ERROR_MESSAGE (&loc, NULL, message);
189 ERROR_MESSAGE (&loc, _("warning"), message);
194 midrule_value_at (location loc, const char *message, ...)
199 ERROR_MESSAGE (&loc, _("warning"), message);
207 fatal_at (location loc, const char *message, ...)
209 ERROR_MESSAGE (&loc, _("fatal error"), message);