Searched refs:try_class_unification (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 182 static tree try_class_unification (tree, tree, tree, tree, bool); 15492 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() function 15570 tree r = try_class_unification (tparms, targs, parm, in get_template_base() 16515 t = try_class_unification (tparms, targs, in unify()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 200 static tree try_class_unification (tree, tree, tree, tree, bool); 20875 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() function 20963 tree r = try_class_unification (tparms, targs, parm, in get_template_base() 21592 tree t = try_class_unification (tparms, targs, parm, arg, in unify() 21965 t = try_class_unification (tparms, targs, in unify()
|