HomeSort by: relevance | last modified time | path
    Searched refs:tsubst (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-lang.cc 72 ident = tsubst (ident, args, complain, in_decl);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 5023 /* tsubst in the args corresponding to the template parameters,
5037 type = tsubst (type, args, tf_warning_or_error, NULL_TREE);
7822 /* The tsubst call is used to handle cases such as
7831 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl);
8667 t = tsubst (t, args, complain, in_decl);
10018 actually tsubst'd into the definition to create the
10103 context = tsubst (context, arglist, complain, in_decl);
10125 t = tsubst (TREE_TYPE (gen_tmpl), arglist, complain, in_decl);
10142 tsubst (ENUM_UNDERLYING_TYPE (template_type),
10297 tsubst (INNERMOST_TEMPLATE_ARGS (TI_ARGS (tinfo))
    [all...]
constraint.cc 1971 tree r = tsubst (t, args, tf_none, info.in_decl);
1981 tsubst (t, args, info.complain, info.in_decl);
1987 tsubst (t, args, info.complain, info.in_decl);
2223 /* Clear cp_unevaluated_operand across tsubst so that we get a proper chain
2227 tree vars = tsubst (t, args, info.complain, info.in_decl);
error.cc 486 t = tsubst (t, args, tf_none, NULL_TREE);
cp-tree.h 7378 extern tree tsubst (tree, tree, tsubst_flags_t, tree);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 5043 /* tsubst in the args corresponding to the template parameters,
5057 type = tsubst (type, args, tf_warning_or_error, NULL_TREE);
7928 /* The tsubst call is used to handle cases such as
7938 tree t = tsubst (TREE_TYPE (parm), outer_args, complain, in_decl);
8803 t = tsubst (t, args, complain, in_decl);
10140 actually tsubst'd into the definition to create the
10243 context = tsubst (context, arglist, complain, in_decl);
10258 tsubst (ENUM_UNDERLYING_TYPE (template_type),
10409 tsubst (INNERMOST_TEMPLATE_ARGS (TI_ARGS (tinfo)),
10441 match, because in a tf_partial context, tsubst doesn't reduc
16235 tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl) function
    [all...]
constraint.cc 2054 tree r = tsubst (t, args, quiet, info.in_decl);
2064 tsubst (t, args, info.complain, info.in_decl);
2070 tsubst (t, args, info.complain, info.in_decl);
2321 /* Clear cp_unevaluated_operand across tsubst so that we get a proper chain
2325 tree vars = tsubst (t, args, info.complain, info.in_decl);
error.cc 494 t = tsubst (t, args, tf_none, NULL_TREE);
cp-tree.h 7589 extern tree tsubst (tree, tree, tsubst_flags_t, tree);
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 3210 tree decl = tsubst (name, targsl, tf_error, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 3209 tree decl = tsubst (name, targsl, tf_error, NULL_TREE);

Completed in 80 milliseconds