Home
last modified time | relevance | path

Searched refs:any_dependent_template_arguments_p (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc1231 if (!any_dependent_template_arguments_p (args)) in verify_unstripped_args()
6625 && (any_dependent_template_arguments_p in dependent_alias_template_spec_p()
10445 if (!any_dependent_template_arguments_p (targs)) in lookup_and_finish_template_variable()
10929 dependent_p = any_dependent_template_arguments_p (t); in uses_template_parms()
10959 && any_dependent_template_arguments_p (DECL_TI_ARGS (fn))); in in_template_function()
20914 && !any_dependent_template_arguments_p (TREE_OPERAND in tsubst_copy_and_build()
21905 && !any_dependent_template_arguments_p (args) in instantiate_alias_template()
22370 if (strict == DEDUCE_EXACT && !any_dependent_template_arguments_p (targs)) in fn_type_unification()
23258 && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
23404 && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
[all …]
Ddecl2.cc4564 const bool dep = any_dependent_template_arguments_p (TI_ARGS (ti)); in cpp_check()
5774 if (any_dependent_template_arguments_p (TI_ARGS (tinfo))) in decl_dependent_p()
Dmangle.cc4118 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
DChangeLog-20031739 arguments to any_dependent_template_arguments_p.
3184 (any_dependent_template_arguments_p): New function.
3200 any_dependent_template_arguments_p. Update constant-expression
3223 (any_dependent_template_arguments_p): Likewise.
DChangeLog-20071227 template_parameter_pack_p, any_dependent_template_arguments_p,
1244 any_dependent_template_arguments_p): Likewise.
DChangeLog-20061989 * pt.c (any_dependent_template_arguments_p): Return early on invalid
Dcp-tree.h7388 extern bool any_dependent_template_arguments_p (const_tree);
Dsemantics.cc2662 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup()
DChangeLog-20211218 Return true only if any_dependent_template_arguments_p.
DChangeLog-20171463 instead of any_dependent_template_arguments_p.
DChangeLog-20046478 (any_dependent_template_arguments_p): Handle multiple levels of