Home
last modified time | relevance | path

Searched refs:tsubst_template_args (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDpt.c138 static tree tsubst_template_args (tree, tree, tsubst_flags_t, tree);
6157 tsubst_template_args (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_template_args() function
6169 new_arg = tsubst_template_args (orig_arg, args, complain, in_decl); in tsubst_template_args()
6310 argvec = tsubst_template_args (TYPE_TI_ARGS (t), args, in tsubst_aggr_type()
6475 full_args = tsubst_template_args (tmpl_args, args, in tsubst_decl()
6591 argvec = tsubst_template_args (DECL_TI_ARGS in tsubst_decl()
7529 return tsubst_template_args (t, args, complain, in_decl); in tsubst()
7882 template_args = tsubst_template_args (template_args, args, in tsubst_baselink()
7940 template_args = tsubst_template_args (template_args, args, in tsubst_qualified_id()
8327 targs = tsubst_template_args (targs, args, complain, in_decl); in tsubst_copy()
[all …]
HDChangeLog-20032245 (tsubst_template_args): Likewise.
2246 (tsubst_baselink): Use tsubst_template_args.
2638 (tsubst_template_args): ... this. Accept a TREE_LIST form. Use
2646 (tsubst_copy) <TEMPLATE_ID_EXPR case>: Use tsubst_template_args.
HDChangeLog3185 (tsubst_template_args): Likewise.