Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c901 if (comp_template_args (TREE_PURPOSE (spec), args)) in retrieve_specialization()
2750 if (comp_template_args in process_partial_specialization()
4236 return TREE_CODE (ot) == TREE_VEC && comp_template_args (ot, nt); in template_args_equal()
4249 comp_template_args (tree oldargs, tree newargs) in comp_template_args() function
4726 if (comp_template_args (TYPE_TI_ARGS (template_type), in lookup_template_class()
4874 success = comp_template_args (TREE_PURPOSE (found), arglist); in lookup_template_class()
11397 || !comp_template_args (INNERMOST_TEMPLATE_ARGS (spec_args), in get_class_bindings()
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-1997490 (comp_template_args): Handle member templates required by tsubst.
2211 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
H A Dcp-tree.h4186 extern int comp_template_args (tree, tree);
H A DChangeLog-19962159 * pt.c (comp_template_args): Use it.
2987 * pt.c (comp_template_args): Use comptypes rather than just
H A Dtypeck.c1041 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2))) in comptypes()
H A DChangeLog-20042754 before calling comp_template_args.