Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c186 static int template_args_equal (tree, tree);
6654 template_args_equal (tree ot, tree nt) in template_args_equal() function
6666 && template_args_equal (PACK_EXPANSION_PATTERN (ot), in template_args_equal()
6668 && template_args_equal (PACK_EXPANSION_EXTRA_ARGS (ot), in template_args_equal()
6684 if (!template_args_equal (TREE_VEC_ELT (opack, i), in template_args_equal()
6699 return template_args_equal (ot, nt); in template_args_equal()
6733 if (! template_args_equal (ot, nt)) in comp_template_args_with_info()
15471 else if (oldelt && !template_args_equal (oldelt, elt)) in try_one_overload()
16162 if (targ != NULL_TREE && template_args_equal (targ, arg)) in unify()
16690 && !template_args_equal (parm, arg)) in unify()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c8626 template_args_equal (tree ot, tree nt, bool partial_order /* = false */) in template_args_equal() function
8640 && template_args_equal (PACK_EXPANSION_PATTERN (ot), in template_args_equal()
8642 && template_args_equal (PACK_EXPANSION_EXTRA_ARGS (ot), in template_args_equal()
8658 if (!template_args_equal (TREE_VEC_ELT (opack, i), in template_args_equal()
8731 if (! template_args_equal (ot, nt, partial_order)) in comp_template_args()
19373 if (template_args_equal (TREE_VALUE (packs), parm)) in pack_deducible_p()
20850 if (!template_args_equal (TREE_VEC_ELT (explicit_pack, j), in try_one_overload()
20854 else if (oldelt && !template_args_equal (oldelt, elt)) in try_one_overload()
21626 if (targ != NULL_TREE && template_args_equal (targ, arg)) in unify()
22186 && !template_args_equal (parm, arg)) in unify()
H A Dconstraint.cc1510 if (!template_args_equal (t1, t2)) in equivalent_placeholder_constraints()
H A Dcp-tree.h6658 extern int template_args_equal (tree, tree, bool = false);