Searched refs:op_error_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 4917 op_error_string (const char *errmsg, int ntypes, bool match) in op_error_string() function 4946 error_at (loc, op_error_string (G_("ternary %<operator?:%>"), in op_error() 4950 error_at (loc, op_error_string (G_("ternary %<operator?:%> " in op_error() 4959 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match), in op_error() 4962 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E%s%>"), in op_error() 4969 error_at (loc, op_error_string (G_("%<operator[]%>"), 2, match), in op_error() 4972 error_at (loc, op_error_string (G_("%<operator[]%> in %<%E[%E]%>"), in op_error() 4980 error_at (loc, op_error_string (G_("%qs"), 1, match), in op_error() 4983 error_at (loc, op_error_string (G_("%qs in %<%s %E%>"), 1, match), in op_error() 4989 error_at (loc, op_error_string (G_("%<operator %s%>"), 1, match), in op_error() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 5146 op_error_string (const char *errmsg, int ntypes, bool match) in op_error_string() function 5175 error_at (loc, op_error_string (G_("ternary %<operator?:%>"), in op_error() 5179 error_at (loc, op_error_string (G_("ternary %<operator?:%> " in op_error() 5188 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match), in op_error() 5191 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E%s%>"), in op_error() 5198 error_at (loc, op_error_string (G_("%<operator[]%>"), 2, match), in op_error() 5201 error_at (loc, op_error_string (G_("%<operator[]%> in %<%E[%E]%>"), in op_error() 5209 error_at (loc, op_error_string (G_("%qs"), 1, match), in op_error() 5212 error_at (loc, op_error_string (G_("%qs in %<%s %E%>"), 1, match), in op_error() 5218 error_at (loc, op_error_string (G_("%<operator %s%>"), 1, match), in op_error() [all …]
|
H A D | ChangeLog-2012 | 2367 (op_error_string): Add.
|