Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c163 static tree try_class_unification PARAMS ((tree, tree, tree, tree));
8680 try_class_unification (tparms, targs, parm, arg) in try_class_unification() function
8753 tree r = try_class_unification (tparms, targs,
9331 t = try_class_unification (tparms, targs,
H A DChangeLog892 * pt.c (try_class_unification): Correct handling of member class
3245 (try_class_unification): Likewise.
10060 (try_class_unification): Tidy.
H A DChangeLog.21051 (try_class_unification): Don't fool with the momentary obstack.
6405 (try_class_unification): New function.
6407 (get_template_base): Use try_class_unification.
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c150 static tree try_class_unification (tree, tree, tree, tree);
10192 try_class_unification (tree tparms, tree targs, tree parm, tree arg) in try_class_unification() function
10265 tree r = try_class_unification (tparms, targs, parm, BINFO_TYPE (binfo)); in get_template_base()
10826 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-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.