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

/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dgen_bind_includers.pl7 $template_args = "_U1";
13 $template_args .= ", _U$num_args";
19 print "#define _GLIBCXX_BIND_TEMPLATE_ARGS $template_args\n";
H A Dgen_includers2.pl7 $template_args = "_U1";
13 $template_args .= ", _U$num_args";
19 print "#define _GLIBCXX_BIND_TEMPLATE_ARGS $template_args\n";
H A Dgen_includers.pl8 $template_args = "_T1";
30 $template_args_shifted = $template_args;
35 $template_args .= ", _T$num_args";
60 print "#define _GLIBCXX_TEMPLATE_ARGS $template_args\n";
123 print "# define _GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS $template_args\n";
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c1438 tree t, tree template_parms, tree template_args,
1441 if (template_parms != NULL_TREE && template_args != NULL_TREE
1449 dump_template_bindings (pp, template_parms, template_args, typenames);
1459 tree fn, tree template_parms, tree template_args,
1469 dump_substitution (pp, fn, template_parms, template_args, flags);
1483 tree template_args = NULL_TREE; local
1503 template_args = DECL_TI_ARGS (t);
1513 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1578 dump_substitution (pp, t, template_parms, template_args, flags);
1580 else if (template_args)
1437 dump_substitution(cxx_pretty_printer *pp, tree t, tree template_parms, tree template_args, int flags) argument
1458 dump_lambda_function(cxx_pretty_printer *pp, tree fn, tree template_parms, tree template_args, int flags) argument
[all...]
H A Dpt.c318 build_template_info (tree template_decl, tree template_args) argument
322 TI_ARGS (result) = template_args;
12784 tree template_args = 0;
12802 template_args = TREE_OPERAND (fns, 1);
12804 if (template_args)
12805 template_args = tsubst_template_args (template_args, args,
12831 template_args);
12860 tree template_args;
12871 template_args
12783 tree template_args = 0; local
12859 tree template_args; local
[all...]
H A Dtypeck.c2700 tree template_args = NULL_TREE;
2706 template_args = TREE_OPERAND (name, 1);
2803 templ = lookup_template_function (templ, template_args);
2695 tree template_args = NULL_TREE; local

Completed in 153 milliseconds