Searched refs:unify_bound_ttp_args (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2016 | 45 (unify_bound_ttp_args): Adjust parm's args to apply to arg's 64 * pt.c (unify_bound_ttp_args): Split out from unify.
|
H A D | pt.cc | 7968 unify_bound_ttp_args (tree tparms, tree targs, tree parm, tree& arg, in unify_bound_ttp_args() function 23620 if (unify_bound_ttp_args (tparms, copy_of_targs, parm, arg, explain_p)) in try_class_unification() 24333 if (unify_bound_ttp_args (tparms, targs, parm, arg, explain_p)) in unify()
|
H A D | ChangeLog-2017 | 2739 * pt.c (unify_bound_ttp_args): Restore old logic for C++14 and down.
|
H A D | ChangeLog-2019 | 3282 * pt.c (unify_bound_ttp_args): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 7771 unify_bound_ttp_args (tree tparms, tree targs, tree parm, tree& arg, in unify_bound_ttp_args() function 22738 if (unify_bound_ttp_args (tparms, copy_of_targs, parm, arg, explain_p)) in try_class_unification() 23429 if (unify_bound_ttp_args (tparms, targs, parm, arg, explain_p)) in unify()
|