Home
last modified time | relevance | path

Searched refs:comp_template_args (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc4073 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 Dpt.cc950 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 DChangeLog-19981477 (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 DChangeLog-2015102 * 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 DChangeLog-1997490 (comp_template_args): Handle member templates required by tsubst.
2211 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
H A Dtypeck.cc1375 && 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 DChangeLog-19962159 * pt.c (comp_template_args): Use it.
2987 * pt.c (comp_template_args): Use comptypes rather than just
H A Dcp-tree.h7357 extern int comp_template_args (tree, tree, tree * = NULL,
H A DChangeLog-20072703 (comp_template_args): Expand all template arguments packs before
H A DChangeLog-20093702 (comp_template_args): Don't flatten argument packs.
H A DChangeLog-20112292 (comp_template_args): ...here. Call it.
H A DChangeLog-20174796 * pt.c (comp_template_args): Add partial_order parm.
H A DChangeLog-20042754 before calling comp_template_args.
H A DChangeLog-20201489 (cp_tree_equal): Refactor CALL_EXPR. Use comp_template_args for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3825 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 Dpt.c933 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 Dtypeck.c1343 && 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 Dcp-tree.h6974 extern int comp_template_args (tree, tree, tree * = NULL,