Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c124 static struct z_candidate * tourney (struct z_candidate *);
126 static int joust (struct z_candidate *, struct z_candidate *, bool);
148 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *);
183 static void add_warning (struct z_candidate *, struct z_candidate *);
378 typedef struct z_candidate z_candidate; typedef
382 z_candidate *loser;
386 struct z_candidate { struct
416 z_candidate *next; argument
1314 struct z_candidate *cand = (struct z_candidate *) in add_candidate()
6082 add_warning (struct z_candidate *winner, struct z_candidate *loser) in add_warning()
[all …]
H A 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.
H A DChangeLog-19961554 * cvt.c (z_candidate): Put back template field.
1578 * cvt.c (z_candidate): Remove template field.
H A DChangeLog-20043087 * call.c (z_candidate::template_decl): Rename from template.
6074 (z_candidate): Change type of convs and second_conv.
H A DChangeLog-20036012 * call.c (z_candidate): Add args.
H A DChangeLog-20004860 (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
H A DChangeLog-19986380 (z_candidate): Likewise.