/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 598 if (!template_args_equal (arg1, arg2)) in parameter_mapping_equivalent_p() 1853 if (!template_args_equal (t1, t2)) in equivalent_placeholder_constraints() 2300 return template_args_equal (e1->args, e2->args); in equal()
|
H A D | tree.c | 3870 return template_args_equal (o1, o2); in cp_tree_equal() 3953 if (!template_args_equal (TREE_VEC_ELT (p1, ix), in cp_tree_equal()
|
H A D | pt.c | 9095 template_args_equal (tree ot, tree nt, bool partial_order /* = false */) in template_args_equal() function 9114 && template_args_equal (PACK_EXPANSION_PATTERN (ot), in template_args_equal() 9116 && template_args_equal (PACK_EXPANSION_EXTRA_ARGS (ot), in template_args_equal() 9188 if (! template_args_equal (ot, nt, partial_order)) in comp_template_args() 21135 if (template_args_equal (TREE_VALUE (packs), parm)) in pack_deducible_p() 22666 if (!template_args_equal (TREE_VEC_ELT (explicit_pack, j), in try_one_overload() 22670 else if (oldelt && !template_args_equal (oldelt, elt)) in try_one_overload() 23443 if (targ != NULL_TREE && template_args_equal (targ, arg)) in unify() 24011 && !template_args_equal (parm, arg)) in unify()
|
H A D | cp-tree.h | 6976 extern int template_args_equal (tree, tree, bool = false);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 610 if (!template_args_equal (arg1, arg2)) in parameter_mapping_equivalent_p() 1896 if (!template_args_equal (t1, t2)) in equivalent_placeholder_constraints() 2526 if (!template_args_equal (arg1, arg2)) in equal()
|
H A D | mangle.cc | 638 && template_args_equal (TREE_VEC_ELT (args, 0), char_type_node) in find_substitution() 662 && template_args_equal (TREE_VEC_ELT (args, 0), char_type_node) in find_substitution()
|
H A D | ChangeLog-2020 | 3053 (find_substitution): Use template_args_equal, rather than 4131 * pt.c (template_args_equal): Fix thinkos in previous 'cleanup'. 4204 * pt.c (template_args_equal): Reorder category checking for 4805 template_args_equal does. 5665 * pt.c (template_args_equal): Pass ARGUMENT_PACKS through to 6131 (template_args_equal): See through class_nttp_const_wrapper_p
|
H A D | tree.cc | 4113 return template_args_equal (o1, o2); in cp_tree_equal() 4206 if (!template_args_equal (TREE_VEC_ELT (p1, ix), in cp_tree_equal()
|
H A D | pt.cc | 6688 if (!template_args_equal (adefarg, udefarg)) in get_underlying_template() 9325 template_args_equal (tree ot, tree nt, bool partial_order /* = false */) in template_args_equal() function 9356 && template_args_equal (PACK_EXPANSION_PATTERN (ot), in template_args_equal() 9358 && template_args_equal (PACK_EXPANSION_EXTRA_ARGS (ot), in template_args_equal() 9415 if (! template_args_equal (ot, nt, partial_order)) in comp_template_args() 21951 if (template_args_equal (TREE_VALUE (packs), parm)) in pack_deducible_p() 23548 if (!template_args_equal (TREE_VEC_ELT (explicit_pack, j), in try_one_overload() 23552 else if (oldelt && !template_args_equal (oldelt, elt)) in try_one_overload() 24351 if (targ != NULL_TREE && template_args_equal (targ, arg)) in unify() 24933 && !template_args_equal (parm, arg)) in unify()
|
H A D | ChangeLog-2016 | 55 (convert_template_argument, template_args_equal, unify): Handle 1929 (template_args_equal): No longer static. 2008 * pt.c (iterative_hash_template_arg, template_args_equal): Don't
|
H A D | ChangeLog-2005 | 2051 * pt.c (template_args_equal): Do not call objc_comptypes(). 2109 (template_args_equal): Use objc_comptypes as well.
|
H A D | ChangeLog-2009 | 929 * pt.c (template_args_equal): Handle comparison of 3701 (template_args_equal): Handle argument packs.
|
H A D | ChangeLog-2014 | 32 (template_args_equal): Optimize alias handling. 660 (template_args_equal): A dependent alias template specializations
|
H A D | ChangeLog-2000 | 191 (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,
|
H A D | ChangeLog-2011 | 487 (template_args_equal): Compare it. 2991 * pt.c (template_args_equal): Handle one arg being NULL_TREE.
|
H A D | module.cc | 10761 if (template_args_equal (key.args, in key_mergeable() 12935 || !template_args_equal (TI_ARGS (ti), entry->tmpl)) in add_specializations() 13012 && template_args_equal (other->args, entry->args) in add_specializations()
|
H A D | ChangeLog-1998 | 875 (template_args_equal): Likewise. 1476 (template_args_equal): Split out... 1480 * cp-tree.h: Add template_args_equal.
|
H A D | cp-tree.h | 7359 extern int template_args_equal (tree, tree, bool = false);
|
H A D | ChangeLog-2007 | 2702 (template_args_equal): Compare PACK_EXPANSION_P expressions.
|
H A D | ChangeLog-2015 | 3834 * pt.c (template_args_equal): Look through conversions here.
|
H A D | ChangeLog-2021 | 5064 (template_args_equal, spec_hasher::equal): Set it.
|
H A D | ChangeLog-2017 | 4797 (template_args_equal): Likewise.
|
H A D | ChangeLog-2003 | 3904 * pt.c (template_args_equal, unify,): Adjust cp_tree_equal call.
|
H A D | ChangeLog-2019 | 1878 (parameter_mapping_equivalent_p): New. Use template_args_equal.
|
H A D | ChangeLog-1999 | 5798 * pt.c (template_args_equal, print_template_context): Likewise.
|