Home
last modified time | relevance | path

Searched refs:instantiate_template (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c3112 return instantiate_template (tmpl, targs, tf_error); in check_explicit_specialization()
9737 return instantiate_template (templ, arglist, complain); in finish_template_variable()
10303 return instantiate_template (tmpl, new_args, tf_error); in tsubst_friend_function()
19176 spec = instantiate_template (DECL_ABSTRACT_ORIGIN (tmpl), in instantiate_template_1()
19324 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template() function
19352 tree r = instantiate_template (tmpl, args, complain); in instantiate_alias_template()
19690 decl = instantiate_template (fn, targs, complain); in fn_type_unification()
19734 decl = instantiate_template (orig_fn, targs, complain); in fn_type_unification()
20592 elem = TREE_TYPE (instantiate_template (fn, subargs, tf_none)); in resolve_overloaded_unification()
20725 elem = instantiate_template (fn, subargs, tf_none); in resolve_nondeduced_context()
[all …]
H A Dcp-tree.h6629 extern tree instantiate_template (tree, tree, tsubst_flags_t);
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c2600 return instantiate_template (tmpl, targs, tf_error); in check_explicit_specialization()
7937 return instantiate_template (tmpl, new_args, tf_error); in tsubst_friend_function()
14332 spec = instantiate_template (DECL_ABSTRACT_ORIGIN (tmpl), in instantiate_template_1()
14427 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template() function
15367 elem = instantiate_template (fn, subargs, tf_none); in resolve_nondeduced_context()
15402 instantiate_template (badfn, badargs, tf_warning_or_error); in resolve_nondeduced_context()
H A Dcall.c2916 fn = instantiate_template (tmpl, targs, tf_none); in add_template_candidate_real()
3224 instantiate_template (r->u.template_instantiation.tmpl, in print_z_candidate()
H A Dcp-tree.h5310 extern tree instantiate_template (tree, tree, tsubst_flags_t);
H A Dclass.c6996 instantiation = instantiate_template (fn, targs, flags); in resolve_address_of_overloaded_function()