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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c161 static tree tsubst (tree, tree, tsubst_flags_t, tree);
3928 /* The tsubst call is used to handle cases such as
3937 (tsubst (TREE_TYPE (parm), outer_args, complain, in_decl),
4095 tree t = tsubst (TREE_TYPE (parm), args, complain, in_decl);
4662 actually tsubst'd into the definition to create the
4782 context = tsubst (DECL_CONTEXT (template), arglist,
4899 found = tsubst (template, arglist, complain, NULL_TREE);
5302 vector of template arguments, as for tsubst.
5304 Returns an appropriate tsubst'd friend declaration. */
5336 arglist = tsubst (DECL_TI_ARG
7250 tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl) function
[all...]

Completed in 52 milliseconds