Home
last modified time | relevance | path

Searched refs:template_args_equal (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dpt.c153 static int template_args_equal (tree, tree);
4229 template_args_equal (tree ot, tree nt) in template_args_equal() function
4261 if (! template_args_equal (ot, nt)) in comp_template_args()
10207 else if (oldelt && !template_args_equal (oldelt, elt)) in try_one_overload()
10587 if (targ != NULL_TREE && template_args_equal (targ, arg)) in unify()
10999 && !template_args_equal (parm, arg)) in unify()
DChangeLog-2000191 (template_args_equal): Handle when TREE_CODE's do not match.
1437 template_args_equal to compare template template parameter cases.
5160 template_args_equal, add_pending_template, lookup_template_class,
DChangeLog-1998875 (template_args_equal): Likewise.
1476 (template_args_equal): Split out...
1480 * cp-tree.h: Add template_args_equal.
DChangeLog5635 * pt.c (template_args_equal): Do not call objc_comptypes().
5693 (template_args_equal): Use objc_comptypes as well.
DChangeLog-20033904 * pt.c (template_args_equal, unify,): Adjust cp_tree_equal call.
DChangeLog-19995798 * pt.c (template_args_equal, print_template_context): Likewise.