Home | History | Annotate | Download | only in cp

Lines Matching refs:substed

22404       tree substed = TREE_TYPE (decl);
22408 = skip_artificial_parms_for (decl, TYPE_ARG_TYPES (substed));
22410 sarg = tree_cons (NULL_TREE, TREE_TYPE (substed), sarg);
23172 tree substed = NULL_TREE;
23178 substed = tsubst_template_arg (arg, full_targs, complain,
23181 if (substed != error_mark_node
23182 && !uses_template_parms (substed))
23185 substed = NULL_TREE;
23187 if (!substed)
23188 substed = tsubst_template_arg (arg, full_targs, complain,
23191 if (!uses_template_parms (substed))
23192 arg = convert_template_argument (parm, substed, full_targs,
25067 tree substed = tsubst_arg_types (args, targs, end, tf_none, NULL_TREE);
25068 if (substed == error_mark_node)