Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDpt.c112 static bool check_instantiated_args (tree, tree, tsubst_flags_t);
4613 && check_instantiated_args (template, arglist2, complain))) in lookup_template_class()
4767 && check_instantiated_args (template, in lookup_template_class()
9509 check_instantiated_args (tree tmpl, tree args, tsubst_flags_t complain) in check_instantiated_args() function
9624 if (check_instantiated_args (gen_tmpl, INNERMOST_TEMPLATE_ARGS (targ_ptr), in instantiate_template()
HDChangeLog-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.
HDChangeLog3854 * pt.c (check_instantiated_args): Reword diagnostic message about
4530 * pt.c (check_instantiated_args): Treat uses of anonymous types as
6790 * pt.c (check_instantiated_args): Improve error message.
HDChangeLog-20035038 * pt.c (check_instantiated_args): New.