Searched refs:op_error_string (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 4615 op_error_string (const char *errmsg, int ntypes, bool match) in op_error_string() function 4643 error_at (loc, op_error_string (G_("ternary %<operator?:%>"), in op_error() 4647 error_at (loc, op_error_string (G_("ternary %<operator?:%> " in op_error() 4656 error_at (loc, op_error_string (G_("%<operator%s%>"), 1, match), in op_error() 4659 error_at (loc, op_error_string (G_("%<operator%s%> in %<%E%s%>"), in op_error() 4666 error_at (loc, op_error_string (G_("%<operator[]%>"), 2, match), in op_error() 4669 error_at (loc, op_error_string (G_("%<operator[]%> in %<%E[%E]%>"), in op_error() 4677 error_at (loc, op_error_string (G_("%qs"), 1, match), in op_error() 4680 error_at (loc, op_error_string (G_("%qs in %<%s %E%>"), 1, match), in op_error() 4687 error_at (loc, op_error_string (G_("%<operator%s%>"), 2, match), in op_error() [all …]
|