Home
last modified time | relevance | path

Searched defs:z_candidate (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c431 typedef struct z_candidate z_candidate; typedef
499 struct z_candidate { struct
502 tree fn;
505 tree first_arg;
512 conversion **convs;
536 z_candidate *next; argument
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c472 struct z_candidate { struct
475 tree fn;
478 tree first_arg;
482 const vec<tree, va_gc> *args;
508 z_candidate *next; argument
509 int viable;
512 int flags;