Searched refs:z_candidate (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 138 struct z_candidate *cand; 156 static struct z_candidate * tourney (struct z_candidate *, tsubst_flags_t); 158 static int joust (struct z_candidate *, struct z_candidate *, bool, 163 static tree build_over_call (struct z_candidate *, int, tsubst_flags_t); 169 static struct z_candidate *build_user_type_conversion_1 (tree, tree, int, 171 static void print_z_candidate (location_t, const char *, struct z_candidate *); 172 static void print_z_candidates (location_t, struct z_candidate *); 174 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *); 175 static bool any_strictly_viable (struct z_candidate *); 176 static struct z_candidate *add_template_candidate [all …]
|
H A D | ChangeLog-2002 | 2043 (struct z_candidate): Add access_path and conversion_path. Remove 2679 * call.c (struct z_candidate): Use gengtype. 2693 to struct z_candidate rather than void.
|
H A D | ChangeLog-2010 | 183 (struct z_candidate): Add `reason' field. 2964 * call.c (struct z_candidate): Add explicit_targs field.
|
H A D | ChangeLog-1996 | 1554 * cvt.c (z_candidate): Put back template field. 1578 * cvt.c (z_candidate): Remove template field.
|
H A D | ChangeLog | 1136 * call.cc (build_over_call): Use z_candidate::conversion_path
|
H A D | ChangeLog-2004 | 3087 * call.c (z_candidate::template_decl): Rename from template. 6074 (z_candidate): Change type of convs and second_conv.
|
H A D | ChangeLog-2009 | 2438 * call.c (struct z_candidate): Add first_arg field. Change args
|
H A D | ChangeLog-2014 | 2904 * call.c (struct z_candidate): Add flags field.
|
H A D | ChangeLog-2021 | 5017 * call.c (struct z_candidate): Mark rewritten and reversed as const.
|
H A D | ChangeLog-2003 | 6012 * call.c (z_candidate): Add args.
|
H A D | ChangeLog-2019 | 1054 * call.c (struct z_candidate): Add rewritten and reversed methods.
|
H A D | ChangeLog-2000 | 4860 (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
|
H A D | ChangeLog-1998 | 6380 (z_candidate): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 138 struct z_candidate *cand; 156 static struct z_candidate * tourney (struct z_candidate *, tsubst_flags_t); 158 static int joust (struct z_candidate *, struct z_candidate *, bool, 163 static tree build_over_call (struct z_candidate *, int, tsubst_flags_t); 178 static struct z_candidate *build_user_type_conversion_1 (tree, tree, int, 180 static void print_z_candidate (location_t, const char *, struct z_candidate *); 181 static void print_z_candidates (location_t, struct z_candidate *); 183 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *); 184 static bool any_strictly_viable (struct z_candidate *); 185 static struct z_candidate *add_template_candidate [all …]
|