Home
last modified time | relevance | path

Searched refs:template_args (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
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";
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";
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
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";
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";
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c162 void template_args(TemplateInstance *ti) in template_args() function
289 template_args(ti); in source_name()
407 template_args(ti); in prefix_name()
424 template_args(ti); in prefix_name()
489 template_args(ti); in cpp_mangle_name()
504 template_args(ti); in cpp_mangle_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d533 bool template_args(TemplateInstance ti, int firstArg = 0)
643 template_args(ti);
652 template_args(ti);
667 template_args(to);
678 template_args(ti);
806 template_args(ti); in prefix_name()
931 template_args(ti); in cpp_mangle_name()
945 template_args(ti); in cpp_mangle_name()
1295 appendReturnType = template_args(ti, firstTemplateArg) && appendReturnType; in mangleTemplatedFunction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c1551 tree t, tree template_parms, tree template_args, in dump_substitution() argument
1554 if (template_parms != NULL_TREE && template_args != NULL_TREE in dump_substitution()
1562 dump_template_bindings (pp, template_parms, template_args, typenames); in dump_substitution()
1572 tree fn, tree template_parms, tree template_args, in dump_lambda_function() argument
1582 dump_substitution (pp, fn, template_parms, template_args, flags); in dump_lambda_function()
1596 tree template_args = NULL_TREE; in dump_function_decl() local
1622 template_args = DECL_TI_ARGS (t); in dump_function_decl()
1632 return dump_lambda_function (pp, t, template_parms, template_args, flags); in dump_function_decl()
1720 dump_substitution (pp, t, template_parms, template_args, flags); in dump_function_decl()
1729 else if (template_args) in dump_function_decl()
[all …]
H A Dpt.c324 build_template_info (tree template_decl, tree template_args) in build_template_info() argument
328 TI_ARGS (result) = template_args; in build_template_info()
16131 tree template_args = NULL_TREE; in tsubst_baselink() local
16137 template_args = TREE_OPERAND (fns, 1); in tsubst_baselink()
16139 if (template_args) in tsubst_baselink()
16140 template_args = tsubst_template_args (template_args, args, in tsubst_baselink()
16206 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args); in tsubst_baselink()
16245 tree template_args; in tsubst_qualified_id() local
16256 template_args = TREE_OPERAND (name, 1); in tsubst_qualified_id()
16257 if (template_args) in tsubst_qualified_id()
[all …]
H A Dtypeck.c3101 tree template_args = NULL_TREE; in finish_class_member_access_expr() local
3128 template_args = TREE_OPERAND (name, 1); in finish_class_member_access_expr()
3230 member = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
3233 (templ, template_args, complain)); in finish_class_member_access_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc1647 tree t, tree template_parms, tree template_args, in dump_substitution() argument
1650 if (template_parms != NULL_TREE && template_args != NULL_TREE in dump_substitution()
1654 dump_template_bindings (pp, template_parms, template_args, typenames); in dump_substitution()
1663 tree fn, tree template_parms, tree template_args, in dump_lambda_function() argument
1673 dump_substitution (pp, fn, template_parms, template_args, flags); in dump_lambda_function()
1687 tree template_args = NULL_TREE; in dump_function_decl() local
1715 template_args = DECL_TI_ARGS (t); in dump_function_decl()
1725 return dump_lambda_function (pp, t, template_parms, template_args, flags); in dump_function_decl()
1817 dump_substitution (pp, t, template_parms, template_args, flags); in dump_function_decl()
1826 else if (template_args) in dump_function_decl()
[all …]
H A Dpt.cc329 build_template_info (tree template_decl, tree template_args) in build_template_info() argument
333 TI_ARGS (result) = template_args; in build_template_info()
16607 tree template_args = NULL_TREE; in tsubst_baselink() local
16613 template_args = TREE_OPERAND (fns, 1); in tsubst_baselink()
16615 if (template_args) in tsubst_baselink()
16616 template_args = tsubst_template_args (template_args, args, in tsubst_baselink()
16636 template_args); in tsubst_baselink()
16706 = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fns, template_args); in tsubst_baselink()
16745 tree template_args; in tsubst_qualified_id() local
16755 template_args = TREE_OPERAND (name, 1); in tsubst_qualified_id()
[all …]
H A Dtypeck.cc3271 tree template_args = NULL_TREE; in finish_class_member_access_expr() local
3298 template_args = TREE_OPERAND (name, 1); in finish_class_member_access_expr()
3410 member = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
3413 (templ, template_args, complain)); in finish_class_member_access_expr()
H A DChangeLog-20161606 template_args is error_mark_node.
H A DChangeLog-20001995 (G): Remove template_args.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py197 template_args = []
200 template_args.append(type_obj.template_argument(n))
202 return template_args
1663 template_args = get_template_arg_list(type_obj)
1666 for n in range(len(template_args)):
1668 targ = template_args[n]
1673 defarg = defarg.format(*template_args)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py212 template_args = []
215 template_args.append(type_obj.template_argument(n))
217 return template_args
2039 template_args = get_template_arg_list(type_obj)
2042 for n in range(len(template_args)):
2044 targ = template_args[n]
2049 defarg = defarg.format(*template_args)