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

/freebsd-10.1-release/contrib/libstdc++/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";
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbtypes.h682 * has arguments. "template_args" points to an array of
694 *template_args; member in struct:cplus_struct_type
788 #define TYPE_TEMPLATE_ARGS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->template_args
852 #define TYPE_TEMPLATE_ARG(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->template_args[n]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dmangle.c2105 tree template_args; local
2113 template_args = TREE_OPERAND (member, 1);
2117 template_args = NULL_TREE;
2154 if (template_args)
2155 write_template_args (template_args);
H A Derror.c1005 tree template_args = NULL_TREE; local
1017 template_args = DECL_TI_ARGS (t);
1082 if (template_parms != NULL_TREE && template_args != NULL_TREE)
1088 dump_template_bindings (template_parms, template_args);
H A Dpt.c7863 tree template_args = 0;
7880 template_args = TREE_OPERAND (fns, 1);
7882 if (template_args)
7883 template_args = tsubst_template_args (template_args, args,
7903 template_args);
7930 tree template_args;
7939 template_args = TREE_OPERAND (name, 1);
7940 if (template_args)
7941 template_args
7862 tree template_args = 0; local
7929 tree template_args; local
[all...]
H A Dtypeck.c2185 tree template_args = NULL_TREE;
2191 template_args = TREE_OPERAND (name, 1);
2258 template = lookup_template_function (template, template_args);
2180 tree template_args = NULL_TREE; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1274 TemplateArgumentList template_args (TemplateArgumentList::OnStack,
1279 &template_args,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp2209 auto template_args = db.names.back().move_full();
2211 db.names.back().first += template_args;

Completed in 223 milliseconds