Home | History | Annotate | Download | only in cp

Lines Matching defs:op_error_string

5146 op_error_string (const char *errmsg, int ntypes, bool match)
5175 error_at (loc, op_error_string (G_("ternary %<operator?:%>"),
5179 error_at (loc, op_error_string (G_("ternary %<operator?:%> "
5188 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match),
5191 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E%s%>"),
5198 error_at (loc, op_error_string (G_("%<operator[]%>"), 2, match),
5201 error_at (loc, op_error_string (G_("%<operator[]%> in %<%E[%E]%>"),
5209 error_at (loc, op_error_string (G_("%qs"), 1, match),
5212 error_at (loc, op_error_string (G_("%qs in %<%s %E%>"), 1, match),
5218 error_at (loc, op_error_string (G_("%<operator %s%>"), 1, match),
5221 error_at (loc, op_error_string (G_("%<operator %s%> in %<%s%E%>"),
5232 op_error_string (G_("%<operator%s%>"), 2, match),
5236 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E %s %E%>"),
5242 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match),
5245 error_at (loc, op_error_string (G_("%<operator%s%> in %<%s%E%>"),