Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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 …]
H A 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()
H A Dmangle.cc4118 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
H A 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.
H A DChangeLog-20071227 template_parameter_pack_p, any_dependent_template_arguments_p,
1244 any_dependent_template_arguments_p): Likewise.
H A DChangeLog-20061989 * pt.c (any_dependent_template_arguments_p): Return early on invalid
H A Dcp-tree.h7388 extern bool any_dependent_template_arguments_p (const_tree);
H A Dsemantics.cc2662 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup()
H A DChangeLog-20211218 Return true only if any_dependent_template_arguments_p.
H A DChangeLog-20171463 instead of any_dependent_template_arguments_p.
H A DChangeLog-20046478 (any_dependent_template_arguments_p): Handle multiple levels of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1207 if (!any_dependent_template_arguments_p (args)) in verify_unstripped_args()
6475 && (any_dependent_template_arguments_p in dependent_alias_template_spec_p()
10204 if (!any_dependent_template_arguments_p (targs)) in lookup_and_finish_template_variable()
10655 dependent_p = any_dependent_template_arguments_p (t); in uses_template_parms()
10683 && any_dependent_template_arguments_p (DECL_TI_ARGS (fn))); in in_template_function()
21100 && !any_dependent_template_arguments_p (args) in instantiate_alias_template()
21543 if (strict == DEDUCE_EXACT && !any_dependent_template_arguments_p (targs)) in fn_type_unification()
22377 && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
22523 && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
22977 dependent = any_dependent_template_arguments_p (targs); in unify_pack_expansion()
[all …]
H A Ddecl2.c4308 const bool dep = any_dependent_template_arguments_p (TI_ARGS (ti)); in cpp_check()
5464 if (any_dependent_template_arguments_p (TI_ARGS (tinfo))) in decl_dependent_p()
H A Dmangle.c3905 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
H A Dcp-tree.h7004 extern bool any_dependent_template_arguments_p (const_tree);
H A Dsemantics.c2433 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup()