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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 3171 args = add_outermost_template_args (args, inh_ctor_targs);
3255 args = add_outermost_template_args (t, args);
pt.cc 601 add_outermost_template_args (tree args, tree extra_args) function
2532 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates));
6233 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args);
9043 new_args = add_outermost_template_args (args, new_inner_args);
10000 arglist = add_outermost_template_args (TI_ARGS (ti), arglist);
11487 = add_outermost_template_args (new_args,
13231 args = add_outermost_template_args (args, extra);
21766 targ_ptr = (add_outermost_template_args
22122 full_targs = (add_outermost_template_args
22175 explicit_targs = add_outermost_template_args (full_targs
    [all...]
cp-tree.h 7473 extern tree add_outermost_template_args (tree, tree);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 634 add_outermost_template_args (tree args, tree extra_args) function
2513 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates));
6284 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args);
9206 tree new_args = add_outermost_template_args (args, make_tree_vec (nparms));
10086 arglist = add_outermost_template_args (TI_ARGS (ti), arglist);
10512 arglist = add_outermost_template_args (templ, arglist);
11645 spec_args = add_outermost_template_args
13541 args = add_outermost_template_args (args, extra);
22185 targ_ptr = (add_outermost_template_args
22544 full_targs = (add_outermost_template_args
    [all...]
constraint.cc 3292 args = add_outermost_template_args (args, inh_ctor_targs);
3378 args = add_outermost_template_args (t, args);
cp-tree.h 7681 extern tree add_outermost_template_args (tree, tree);

Completed in 57 milliseconds