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

/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c2757 return instantiate_template (tmpl, targs, tf_error);
7478 tinst_level pushed, and instantiate_template, where we haven't.
8203 return instantiate_template (templ, arglist, complain);
8694 return instantiate_template (tmpl, new_args, tf_error);
11063 /* We'll re-clone as appropriate in instantiate_template. */
16104 spec = instantiate_template (DECL_ABSTRACT_ORIGIN (tmpl),
16243 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain)
16253 instantiation level, which instantiate_template doesn't do because
16277 tree r = instantiate_template (tmpl, args, complain);
16487 instantiate_template an
16242 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) function
[all...]
H A Dcp-tree.h5720 extern tree instantiate_template (tree, tree, tsubst_flags_t);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c1486 decl = instantiate_template (tmpl, targs);
4454 new_friend = instantiate_template (tmpl, new_args);
7295 instantiate_template (tmpl, targ_ptr)
9192 instantiate_template, the resulting DECL will have no name for the
9602 fn = instantiate_template (template, args);
7294 instantiate_template (tmpl, targ_ptr) function
H A Dcall.c1803 fn = instantiate_template (tmpl, targs);
1814 class is specialized. Then, instantiate_template might return
H A Dclass.c5190 instantiation = instantiate_template (fn, targs);
H A Dcp-tree.h3215 extern tree instantiate_template PROTO((tree, tree));

Completed in 296 milliseconds