| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | tree.cc | 4073 if (!comp_template_args (TREE_OPERAND (t1, 1), TREE_OPERAND (t2, 1))) in cp_tree_equal() 4083 && comp_template_args (CHECK_CONSTR_ARGS (t1), in cp_tree_equal() 4089 if (!comp_template_args (t1, t2, NULL, NULL, false)) in cp_tree_equal() 4189 && comp_template_args (DEFERRED_NOEXCEPT_ARGS (t1), in cp_tree_equal() 4216 if (!comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1), in cp_tree_equal()
|
| H A D | pt.cc | 950 if (comp_template_args (args, spec_args) in maybe_new_partial_specialization() 1744 && comp_template_args (e1->args, e2->args)); in equal() 5219 if (comp_template_args (inner_args, INNERMOST_TEMPLATE_ARGS (main_args)) in process_partial_specialization() 6126 if (!comp_template_args in push_template_decl() 6677 if (!comp_template_args (TI_ARGS (tinfo), alias_args)) in get_underlying_template() 9353 return TREE_CODE (ot) == TREE_CODE (nt) && comp_template_args (ot, nt); in template_args_equal() 9395 comp_template_args (tree oldargs, tree newargs, in comp_template_args() function 9430 return comp_template_args (oargs, nargs, NULL, NULL, true); in comp_template_args_porder() 9996 && comp_template_args (arglist, TI_ARGS (ti))) in lookup_template_class_1() 10025 if (tinfo && comp_template_args (TI_ARGS (tinfo), arglist)) in lookup_template_class_1() [all …]
|
| H A D | ChangeLog-1998 | 1477 (comp_template_args): From here. 1611 (comp_template_args): Make more robust. 4965 (comp_template_args): Declare. 4973 * pt.c (comp_template_args): Remove declaration. 4978 (comp_template_args): Give it external linkage. 4981 * typeck.c (comptypes): Use comp_template_args, rather than 6663 (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM 6704 (coerce_template_parms, comp_template_args): Likewise.
|
| H A D | ChangeLog-2015 | 102 * pt.c (comp_template_args): Remove. 103 (comp_template_args_with_info): Rename to comp_template_args; 106 * cp-tree.h (comp_template_args): Add default arguments.
|
| H A D | ChangeLog-1997 | 490 (comp_template_args): Handle member templates required by tsubst. 2211 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
|
| H A D | typeck.cc | 1375 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2))) in structural_comptypes() 1470 && comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1), in structural_comptypes()
|
| H A D | ChangeLog-1996 | 2159 * pt.c (comp_template_args): Use it. 2987 * pt.c (comp_template_args): Use comptypes rather than just
|
| H A D | cp-tree.h | 7357 extern int comp_template_args (tree, tree, tree * = NULL,
|
| H A D | ChangeLog-2007 | 2703 (comp_template_args): Expand all template arguments packs before
|
| H A D | ChangeLog-2009 | 3702 (comp_template_args): Don't flatten argument packs.
|
| H A D | ChangeLog-2011 | 2292 (comp_template_args): ...here. Call it.
|
| H A D | ChangeLog-2017 | 4796 * pt.c (comp_template_args): Add partial_order parm.
|
| H A D | ChangeLog-2004 | 2754 before calling comp_template_args.
|
| H A D | ChangeLog-2020 | 1489 (cp_tree_equal): Refactor CALL_EXPR. Use comp_template_args for
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | tree.c | 3825 if (!comp_template_args (TREE_OPERAND (t1, 1), TREE_OPERAND (t2, 1))) in cp_tree_equal() 3835 && comp_template_args (CHECK_CONSTR_ARGS (t1), in cp_tree_equal() 3936 && comp_template_args (DEFERRED_NOEXCEPT_ARGS (t1), in cp_tree_equal() 3963 if (!comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1), in cp_tree_equal()
|
| H A D | pt.c | 933 if (comp_template_args (args, spec_args) in maybe_new_partial_specialization() 1717 && comp_template_args (e1->args, e2->args)); in equal() 5063 if (comp_template_args (inner_args, INNERMOST_TEMPLATE_ARGS (main_args)) in process_partial_specialization() 5981 if (!comp_template_args in push_template_decl_real() 6527 if (!comp_template_args (TI_ARGS (tinfo), alias_args)) in get_underlying_template() 9111 return TREE_CODE (ot) == TREE_VEC && comp_template_args (ot, nt); in template_args_equal() 9168 comp_template_args (tree oldargs, tree newargs, in comp_template_args() function 9203 return comp_template_args (oargs, nargs, NULL, NULL, true); in comp_template_args_porder() 9787 if (tinfo && comp_template_args (TI_ARGS (tinfo), arglist)) in lookup_template_class_1() 9926 if (comp_template_args (CLASSTYPE_TI_ARGS (template_type), arglist)) in lookup_template_class_1() [all …]
|
| H A D | typeck.c | 1343 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2))) in structural_comptypes() 1479 && comp_template_args (PACK_EXPANSION_EXTRA_ARGS (t1), in structural_comptypes()
|
| H A D | cp-tree.h | 6974 extern int comp_template_args (tree, tree, tree * = NULL,
|