Searched refs:tmpl (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Denum-2.C13 void tmpl (void) function
21 tmpl<2>();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dopt-5.c32 __gen_tempname (char *tmpl, int kind) argument
45 len = strlen (tmpl);
46 if (len < 6 || strcmp(&tmpl[len - 6], "XXXXXX"))
52 XXXXXX = &tmpl[len - 6];
73 fd = __open (tmpl, 02 | 01000 | 04000, 0400 | 0200);
77 fd = __open64 (tmpl, 02 | 01000 | 04000, 0400 | 0200);
81 fd = __mkdir (tmpl, 0400 | 0200 | 0100);
85 if (__lxstat64 (2, tmpl, &st) < 0)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dbracket4.C8 struct tmpl { struct in struct:X
16 T::template tmpl<vector<int>>() + 2;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dtemplate_test.go52 var tmpl = template.Must(template.New("main").Parse(strings.Map(stripTabNL, tmplText))) var
56 if err := tmpl.Execute(&buf, &jsondata); err != nil {
66 if err := tmpl.Execute(ioutil.Discard, &jsondata); err != nil {
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c248 tree tmpl = CLASSTYPE_TI_TEMPLATE (decl); local
249 check_member_template (tmpl);
250 return tmpl;
738 retrieve_specialization (tmpl, args)
739 tree tmpl;
744 my_friendly_assert (TREE_CODE (tmpl) == TEMPLATE_DECL, 0);
749 == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)),
752 for (s = DECL_TEMPLATE_SPECIALIZATIONS (tmpl);
764 is_specialization_of (decl, tmpl)
766 tree tmpl;
983 tree tmpl; local
1081 tree tmpl = most_specialized (templates, decl, explicit_targs); local
1307 tree tmpl = NULL_TREE; local
1946 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); local
2309 tree tmpl; local
2546 tree tmpl; local
3497 tree tmpl = most_general_template (CLASSTYPE_TI_TEMPLATE (t)); local
3913 tree tmpl = CLASSTYPE_TI_TEMPLATE (TREE_VALUE (found)); local
4438 tree tmpl; local
4638 tree tmpl; local
5767 tree tmpl = DECL_TI_TEMPLATE (t); local
5873 tree tmpl; local
8659 tree tmpl; local
9272 tree tmpl = DECL_TI_TEMPLATE (d); local
9762 tree tmpl; local
[all...]
H A Dsemantics.c1194 tree tmpl = build_lang_decl (TEMPLATE_DECL, identifier, NULL_TREE); local
1195 DECL_TEMPLATE_PARMS (tmpl) = current_template_parms;
1196 DECL_TEMPLATE_RESULT (tmpl) = decl;
1200 return finish_template_type_parm (aggr, tmpl);
H A Dcall.c1782 add_template_candidate_real (candidates, tmpl, explicit_targs,
1786 tree tmpl, explicit_targs, arglist, return_type;
1791 int ntparms = DECL_NTPARMS (tmpl);
1797 i = fn_type_unification (tmpl, explicit_targs, targs, arglist,
1803 fn = instantiate_template (tmpl, targs);
1812 if (DECL_TI_TEMPLATE (fn) != tmpl)
1830 cand->template = tree_cons (tmpl, targs, NULL_TREE);
1839 add_template_candidate (candidates, tmpl, explicit_targs,
1842 tree tmpl, explicit_targs, arglist, return_type;
1847 add_template_candidate_real (candidates, tmpl, explicit_targ
[all...]
H A Ddecl2.c1349 check_member_template (tmpl)
1350 tree tmpl;
1354 my_friendly_assert (TREE_CODE (tmpl) == TEMPLATE_DECL, 0);
1355 decl = DECL_TEMPLATE_RESULT (tmpl);
1381 DECL_IGNORED_P (tmpl) = 1;
H A Ddecl.c3774 tree tmpl = DECL_TI_TEMPLATE (newdecl);
3775 tree decls = DECL_TEMPLATE_SPECIALIZATIONS (tmpl);
5612 tree tmpl = NULL_TREE;
5614 tmpl = lookup_field (context, name, 0, 0);
5615 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
5622 return lookup_template_class (tmpl,
3766 tree tmpl = DECL_TI_TEMPLATE (newdecl); local
5599 tree tmpl = NULL_TREE; local
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c94 tree tmpl; variable
212 static void perform_typedefs_access_check (tree tmpl, tree targs);
221 static bool complex_alias_template_p (const_tree tmpl);
291 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
292 check_member_template (tmpl);
293 return tmpl;
775 check_specialization_namespace (tree tmpl) argument
777 tree tpl_ns = decl_namespace_context (tmpl);
779 /* [tmpl.expl.spec]
788 if (current_scope() != DECL_CONTEXT (tmpl)
921 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
1002 optimize_specialization_lookup_p(tree tmpl) argument
1045 retrieve_specialization(tree tmpl, tree args, hashval_t hash) argument
1126 retrieve_local_specialization(tree tmpl) argument
1138 is_specialization_of(tree decl, tree tmpl) argument
1356 register_specialization(tree spec, tree tmpl, tree args, bool is_friend, hashval_t hash) argument
1538 hash_tmpl_and_args(tree tmpl, tree args) argument
1757 register_local_specialization(tree spec, tree tmpl) argument
2123 tree tmpl = most_specialized_instantiation (templates); local
2221 tree tmpl; local
2562 tree tmpl = NULL_TREE; local
4084 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); local
4380 tree tmpl = build_template_decl (decl, current_template_parms, local
4740 tree tmpl; local
5164 tree tmpl = build_template_decl (fn, parms, /*member*/true); local
5183 tree tmpl; local
5373 tree tmpl = TI_TEMPLATE (ti); local
5404 complex_alias_template_p(const_tree tmpl) argument
5437 num_innermost_template_parms(tree tmpl) argument
5448 get_underlying_template(tree tmpl) argument
7563 tree t, tmpl = NULL_TREE; local
8672 tree tmpl; local
8936 tree tmpl; local
9179 perform_typedefs_access_check(tree tmpl, tree targs) argument
10298 get_pattern_parm(tree parm, tree tmpl) argument
11392 tree tmpl = NULL_TREE; local
12019 tree tmpl = most_general_template (DECL_TI_TEMPLATE (decl)); local
12027 tree tmpl = most_general_template (DECL_TI_TEMPLATE (decl)); local
15622 tree tmpl = TREE_OPERAND (TREE_OPERAND (member, 1), 0); local
15975 check_instantiated_arg(tree tmpl, tree t, tsubst_flags_t complain) argument
16044 check_instantiated_args(tree tmpl, tree args, tsubst_flags_t complain) argument
16063 recheck_decl_substitution(tree d, tree tmpl, tree args) argument
16082 instantiate_template_1(tree tmpl, tree orig_args, tsubst_flags_t complain) argument
16242 instantiate_template(tree tmpl, tree orig_args, tsubst_flags_t complain) argument
16257 instantiate_alias_template(tree tmpl, tree args, tsubst_flags_t complain) argument
19218 more_specialized_partial_spec(tree tmpl, tree pat1, tree pat2) argument
19337 get_partial_spec_bindings(tree tmpl, tree tparms, tree spec_args, tree args) argument
19524 partial_specialization_p(tree tmpl) argument
19542 impartial_args(tree tmpl, tree args) argument
19574 tree tmpl, args; local
19899 tree tmpl = local
20047 regenerate_decl_from_template(tree decl, tree tmpl) argument
20168 tree tmpl = DECL_TI_TEMPLATE (decl); local
20309 tree tmpl = DECL_TI_TEMPLATE (d); local
20665 tf_warning_or_error, tmpl); local
20669 tf_warning_or_error, tmpl, local
22000 dependent_template_p(tree tmpl) argument
22029 dependent_template_id_p(tree tmpl, tree args) argument
22185 tree tmpl; local
[all...]
H A Dcall.c503 tree tmpl; member in struct:rejection_reason::__anon47::__anon49
515 tree tmpl; member in struct:rejection_reason::__anon47::__anon50
701 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, argument
709 r->u.template_unification.tmpl = tmpl;
3001 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, argument
3008 int ntparms = DECL_NTPARMS (tmpl);
3025 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (tmpl))
3033 if ((DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (tmpl)
3034 || DECL_BASE_CONSTRUCTOR_P (tmpl))
3156 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree first_arg, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict, tsubst_flags_t complain) argument
3171 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree first_arg, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, tsubst_flags_t complain) argument
7331 tree tmpl = TI_TEMPLATE (cand->template_decl); local
[all...]
H A Ddecl2.c529 check_member_template (tree tmpl)
533 gcc_assert (TREE_CODE (tmpl) == TEMPLATE_DECL);
534 decl = DECL_TEMPLATE_RESULT (tmpl);
537 || DECL_ALIAS_TEMPLATE_P (tmpl)
550 DECL_IGNORED_P (tmpl) = 1;
552 else if (variable_template_p (tmpl))
1511 tree tmpl = TI_TEMPLATE (ti);
1512 tree pattern = (TYPE_P (*decl) ? TREE_TYPE (tmpl)
1513 : DECL_TEMPLATE_RESULT (tmpl));
1515 TREE_DEPRECATED (tmpl)
528 check_member_template(tree tmpl) argument
1509 tree tmpl = TI_TEMPLATE (ti); local
2184 constrain_visibility(tree decl, int visibility, bool tmpl) argument
[all...]
H A Ddecl.c3656 tree tmpl = NULL_TREE;
3659 tmpl = lookup_field (context, name, 0, false);
3661 if (tmpl && TREE_CODE (tmpl) == TYPE_DECL)
3662 tmpl = maybe_get_template_decl_from_type_decl (tmpl);
3664 if (!tmpl || !DECL_TYPE_TEMPLATE_P (tmpl))
3672 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3676 error ("template parameters do not match template %qD", tmpl);
3648 tree tmpl = NULL_TREE; local
3670 "%qD declared here", tmpl); local
10789 tree tmpl = TREE_OPERAND (unqualified_id, 0); local
[all...]
H A Derror.c1501 tree tmpl; local
1504 tmpl = most_general_template (t);
1505 if (tmpl && TREE_CODE (tmpl) == TEMPLATE_DECL)
1507 template_parms = DECL_TEMPLATE_PARMS (tmpl);
1508 t = tmpl;
H A Dsemantics.c2731 tree tmpl = build_lang_decl (TEMPLATE_DECL, identifier, NULL_TREE); local
2732 DECL_TEMPLATE_PARMS (tmpl) = current_template_parms;
2733 DECL_TEMPLATE_RESULT (tmpl) = decl;
2737 gcc_assert (DECL_TEMPLATE_PARMS (tmpl));
2739 check_default_tmpl_args (decl, DECL_TEMPLATE_PARMS (tmpl),
2743 return finish_template_type_parm (aggr, tmpl);
H A Dcxx-pretty-print.c2163 tree tmpl = most_general_template (t);
2167 for (level = DECL_TEMPLATE_PARMS (tmpl); level; level = TREE_CHAIN (level))
2162 tree tmpl = most_general_template (t); local
H A Dname-lookup.c4687 tree binding_value, tmpl, tinfo;
4711 tmpl = (tinfo
4718 return (tmpl && level == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)));
4682 tree binding_value, tmpl, tinfo; local
H A Dmangle.c1326 if (tree tmpl = most_general_template (decl))
1327 decl = DECL_TEMPLATE_RESULT (tmpl);
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c8223 struct rsrc tmpl; local
8231 tmpl.dependency = dep;
8232 tmpl.note = note;
8233 tmpl.insn_srlz = tmpl.data_srlz = 0;
8234 tmpl.qp_regno = CURR_SLOT.qp_regno;
8235 tmpl.link_to_qp_branch = 1;
8236 tmpl.mem_offset.hint = 0;
8237 tmpl.mem_offset.offset = 0;
8238 tmpl
[all...]
H A Dtc-metag.c4151 bfd_boolean tmpl, bfd_boolean load)
4153 if (tmpl)
4304 size_t *regs_read, bfd_boolean try_gp, bfd_boolean tmpl,
4328 ll = parse_dsp_reg (l, &reg, tmpl, load);
4150 parse_dsp_reg(const char *line, const metag_reg **reg, bfd_boolean tmpl, bfd_boolean load) argument
4303 parse_dsp_regs_list(const char *line, const metag_reg **regs, size_t count, size_t *regs_read, bfd_boolean try_gp, bfd_boolean tmpl, bfd_boolean load, bfd_boolean first_dst) argument
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c8368 struct rsrc tmpl; local
8376 tmpl.dependency = dep;
8377 tmpl.note = note;
8378 tmpl.insn_srlz = tmpl.data_srlz = 0;
8379 tmpl.qp_regno = CURR_SLOT.qp_regno;
8380 tmpl.link_to_qp_branch = 1;
8381 tmpl.mem_offset.hint = 0;
8382 tmpl.mem_offset.offset = 0;
8383 tmpl
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dcris.exp41 # tmpl opcode ircode imcode avoid_regex dname ircode0
45 set tmpl [lindex $args 0]
112 set dname $tmpl
117 set in_fd [open $srcdir/$subdir/$tmpl.s r]
205 # tmpl opcode ircode avoid_regex dname ircode0 [regex replace OR_replace]
224 # tmpl opcode imcode avoid_regex dname imcode0 [regex replace]
237 proc test_template_insn_single { tmpl opcode avoid_regex dname } {
238 test_template_insn_reg_mem $tmpl $opcode 00 00 "$avoid_regex" $dname 00 00
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dcris.exp42 # tmpl opcode ircode imcode avoid_regex dname ircode0
46 set tmpl [lindex $args 0]
113 set dname $tmpl
118 set in_fd [open $srcdir/$subdir/$tmpl.s r]
206 # tmpl opcode ircode avoid_regex dname ircode0 [regex replace OR_replace]
225 # tmpl opcode imcode avoid_regex dname imcode0 [regex replace]
238 proc test_template_insn_single { tmpl opcode avoid_regex dname } {
239 test_template_insn_reg_mem $tmpl $opcode 00 00 "$avoid_regex" $dname 00 00
/haiku-buildtools/gcc/gcc/
H A Dtree-emutls.c357 tree tmpl = get_emutls_init_templ_addr (decl); local
358 DECL_INITIAL (to) = targetm.emutls.var_init (to, decl, tmpl);
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c1652 const char *tmpl = "vXX.YY.Z"; local
1656 v = tmpl;

Completed in 329 milliseconds

12