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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i327 template_args = []
329 template_args.append(self.GetTemplateArgumentType(i))
330 return template_args
342 template_args = property(template_arg_array, None, doc='''A read only property that returns a list() of lldb.SBType objects that represent all template arguments in this type.''')
/freebsd-11-stable/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-11-stable/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

Completed in 129 milliseconds