Searched refs:print_z_candidate (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 180 static void print_z_candidate (location_t, const char *, struct z_candidate *); 3705 print_z_candidate (location_t loc, const char *msgstr, in print_z_candidate() function 3870 print_z_candidate (loc, N_("candidate:"), candidates); in print_z_candidates() 7241 print_z_candidate (0, N_(" after user-defined conversion:"), in maybe_print_user_conv_context() 7429 print_z_candidate (loc, N_("candidate is:"), t->cand); in convert_like_real_1() 11783 print_z_candidate (input_location, N_("candidate 1:"), w); in joust() 11784 print_z_candidate (input_location, N_("candidate 2:"), l); in joust()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 171 static void print_z_candidate (location_t, const char *, struct z_candidate *); 3852 print_z_candidate (location_t loc, const char *msgstr, in print_z_candidate() function 4018 print_z_candidate (loc, N_("candidate:"), candidates); in print_z_candidates() 7751 print_z_candidate (0, N_(" after user-defined conversion:"), in maybe_print_user_conv_context() 7890 print_z_candidate (loc, N_("candidate is:"), t->cand); in convert_like_internal() 12537 print_z_candidate (input_location, N_("candidate 1:"), w); in joust() 12538 print_z_candidate (input_location, N_("candidate 2:"), l); in joust()
|
H A D | ChangeLog-2010 | 195 (print_z_candidate): Print CAND->REASON if it exists. Adjust 198 sequence for print_z_candidate. Print header line directly. 3083 (print_z_candidate): Likewise.
|
H A D | ChangeLog-2012 | 1193 (template_unification_rejection, print_z_candidate): Adjust. 2036 * call.c (print_z_candidate): Add location_t parameter.
|
H A D | ChangeLog-2011 | 1703 (print_z_candidate): Handle it. 2322 (print_z_candidate): ...here. Add cases for new rejection 2697 (print_z_candidate): Handle it.
|
H A D | ChangeLog-2003 | 4795 (print_z_candidate): Always use inform; get rid of errfn 4803 print_z_candidate. 5000 * call.c (print_z_candidate): Change name of first arg to msgid. 5090 * call.c (print_z_candidate): Split out from...
|
H A D | ChangeLog-2019 | 819 (print_z_candidate): Mark rewritten/reversed candidates. 1758 (print_z_candidate): Don't extract the template. 3888 * call.c (print_z_candidate): Wrap diagnostic text in a gettext 4748 * call.c (joust): Call print_z_candidate only if pedwarn returned
|
H A D | ChangeLog-2014 | 1776 * call.c (convert_like_real): Call print_z_candidate and inform only 3292 * call.c (print_z_candidate): Remove STRIP_TEMPLATE use.
|
H A D | ChangeLog-2017 | 4267 * call.c (print_z_candidate): Fix quoting. 4341 * call.c (print_z_candidate): Add missing quoting to %D and other
|
H A D | ChangeLog-2009 | 990 (print_z_candidate): Note deleted candidates.
|
H A D | ChangeLog-2015 | 1912 (print_z_candidate): Handle it.
|
H A D | ChangeLog-2013 | 3464 * call.c (add_template_candidate_real, print_z_candidate): Adjust.
|
H A D | ChangeLog-2016 | 613 (print_z_candidate): Likewise. Handle rr_inherited_ctor.
|
H A D | ChangeLog-2021 | 1585 (print_z_candidate): Adjust call to print_arity_information.
|
H A D | ChangeLog-2018 | 1704 (print_z_candidate): Supply "fn" to the new param above.
|
H A D | ChangeLog-2004 | 6111 (print_z_candidate): Likewise.
|