Home
last modified time | relevance | path

Searched refs:z_candidate (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dcall.c112 struct z_candidate *cand;
124 static struct z_candidate * tourney (struct z_candidate *);
126 static int joust (struct z_candidate *, struct z_candidate *, bool);
128 static tree build_over_call (struct z_candidate *, int);
144 static struct z_candidate *build_user_type_conversion_1 (tree, tree, int);
145 static void print_z_candidate (const char *, struct z_candidate *);
146 static void print_z_candidates (struct z_candidate *);
148 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *);
149 static bool any_strictly_viable (struct z_candidate *);
150 static struct z_candidate *add_template_candidate
[all …]
DChangeLog-20022043 (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.
DChangeLog-19961554 * cvt.c (z_candidate): Put back template field.
1578 * cvt.c (z_candidate): Remove template field.
DChangeLog-20043087 * call.c (z_candidate::template_decl): Rename from template.
6074 (z_candidate): Change type of convs and second_conv.
DChangeLog-20036012 * call.c (z_candidate): Add args.
DChangeLog-20004860 (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
DChangeLog-19986380 (z_candidate): Likewise.