Home
last modified time | relevance | path

Searched refs:try_class_unification (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c201 static tree try_class_unification (tree, tree, tree, tree, bool);
22691 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() function
22779 tree r = try_class_unification (tparms, targs, parm, in get_template_base()
23409 tree t = try_class_unification (tparms, targs, parm, arg, in unify()
23784 t = try_class_unification (tparms, targs, in unify()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc196 static tree try_class_unification (tree, tree, tree, tree, bool);
23573 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() function
23661 tree r = try_class_unification (tparms, targs, parm, in get_template_base()
24313 tree t = try_class_unification (tparms, targs, parm, arg, in unify()
24706 t = try_class_unification (tparms, targs, in unify()
H A DChangeLog-19991051 (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 DChangeLog-20112300 (get_template_base, try_class_unification): Likewise.
2308 try_class_unification. Return an enum template_base_result.
H A DChangeLog-201665 (try_class_unification): Handle BOUND_TEMPLATE_TEMPLATE_PARM.
H A DChangeLog-20021842 (try_class_unification): Likewise.
H A DChangeLog-20033828 * pt.c (try_class_unification): Correct handling of member class
H A DChangeLog-2000188 (try_class_unification): Tidy.