Home
last modified time | relevance | path

Searched refs:check_instantiated_args (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2005270 * pt.c (check_instantiated_args): Reword diagnostic message about
946 * pt.c (check_instantiated_args): Treat uses of anonymous types as
3206 * pt.c (check_instantiated_args): Improve error message.
DChangeLog-200464 * pt.c (check_instantiated_args): Remove bogus SFINAE code.
1498 tsubst_copy_and_build, check_instantiated_args,
3153 (check_instantiated_args): Adjust call to no_linkage_check.
4064 * pt.c (check_instantiated_args, unify): Likewise.
Dpt.cc154 static bool check_instantiated_args (tree, tree, tsubst_flags_t);
9936 && check_instantiated_args (templ, arglist2, complain))) in lookup_template_class_1()
10063 && check_instantiated_args (gen_tmpl, in lookup_template_class_1()
21648 check_instantiated_args (tree tmpl, tree args, tsubst_flags_t complain) in check_instantiated_args() function
21759 if (check_instantiated_args (gen_tmpl, INNERMOST_TEMPLATE_ARGS (targ_ptr), in instantiate_template_1()
DChangeLog-20093704 (check_instantiated_args): Here. Handle arg packs.
DChangeLog-20035038 * pt.c (check_instantiated_args): New.