Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c1161 if (!any_dependent_template_arguments_p (args)) in verify_unstripped_args()
6177 if (!any_dependent_template_arguments_p (args)) in dependent_alias_template_spec_p()
9748 if (!any_dependent_template_arguments_p (targs)) in lookup_and_finish_template_variable()
10017 dependent_p = any_dependent_template_arguments_p (t); in uses_template_parms()
10057 && any_dependent_template_arguments_p (DECL_TI_ARGS (fn))); in in_template_function()
19713 if (strict == DEDUCE_EXACT && !any_dependent_template_arguments_p (targs)) in fn_type_unification()
20590 && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
20723 && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
21162 dependent = any_dependent_template_arguments_p (targs); in unify_pack_expansion()
24608 && (any_dependent_template_arguments_p in dependent_type_p_r()
[all …]
H A Dmangle.c3836 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
H A Ddecl2.c4143 const bool dep = any_dependent_template_arguments_p (TI_ARGS (ti)); in cpp_check()
H A Dcp-tree.h6681 extern bool any_dependent_template_arguments_p (const_tree);
H A Dsemantics.c2330 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c7692 dependent_p = any_dependent_template_arguments_p (t); in uses_template_parms()
14720 if (strict == DEDUCE_EXACT && !any_dependent_template_arguments_p (targs)) in fn_type_unification()
15244 if (subargs && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
15365 if (subargs && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
15755 dependent = any_dependent_template_arguments_p (targs); in unify_pack_expansion()
19024 && (any_dependent_template_arguments_p in dependent_type_p_r()
19072 && (any_dependent_template_arguments_p in dependent_type_p_r()
19450 && (any_dependent_template_arguments_p in type_dependent_expression_p()
19505 if (any_dependent_template_arguments_p in type_dependent_expression_p()
19678 any_dependent_template_arguments_p (const_tree args) in any_dependent_template_arguments_p() function
[all …]
H A Dmangle.c3371 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
H A Dsemantics.c2000 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup()
3147 dependent_p = any_dependent_template_arguments_p (args); in finish_id_expression()
H A Dcp-tree.h5354 extern bool any_dependent_template_arguments_p (const_tree);
H A Ddecl.c9566 && !any_dependent_template_arguments_p (CLASSTYPE_TI_ARGS (t))) in grokdeclarator()