Searched refs:try_class_unification (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | pt.c | 150 static tree try_class_unification (tree, tree, tree, tree); 10228 try_class_unification (tree tparms, tree targs, tree parm, tree arg) in try_class_unification() function 10301 tree r = try_class_unification (tparms, targs, parm, BINFO_TYPE (binfo)); in get_template_base() 10864 t = try_class_unification (tparms, targs, in unify()
|
| H A D | ChangeLog-1999 | 1051 (try_class_unification): Don't fool with the momentary obstack. 6405 (try_class_unification): New function. 6407 (get_template_base): Use try_class_unification.
|
| H A D | ChangeLog-2002 | 1842 (try_class_unification): Likewise.
|
| H A D | ChangeLog-2003 | 3828 * pt.c (try_class_unification): Correct handling of member class
|
| H A D | ChangeLog-2000 | 188 (try_class_unification): Tidy.
|