HomeSort by: relevance | last modified time | path
    Searched defs:op_error_string (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 5467 op_error_string (const char *errmsg, int ntypes, bool match) function
5496 error_at (loc, op_error_string (G_("ternary %<operator?:%>"),
5500 error_at (loc, op_error_string (G_("ternary %<operator?:%> "
5509 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match),
5512 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E%s%>"),
5519 error_at (loc, op_error_string (G_("%<operator[]%>"), 2, match),
5522 error_at (loc, op_error_string (G_("%<operator[]%> in %<%E[%E]%>"),
5530 error_at (loc, op_error_string (G_("%qs"), 1, match),
5533 error_at (loc, op_error_string (G_("%qs in %<%s %E%>"), 1, match),
5539 error_at (loc, op_error_string (G_("%<operator %s%>"), 1, match)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 5146 op_error_string (const char *errmsg, int ntypes, bool match) function
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)
    [all...]

Completed in 36 milliseconds