Searched defs:tmpl (Results 76 - 96 of 96) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2606 tree tmpl = TREE_OPERAND (id, 0); local
3087 tree tmpl = build_lang_decl (TEMPLATE_DECL, identifier, NULL_TREE); local
3377 tree tmpl local
[all...]
H A Dconstexpr.c6694 tree tmpl = TREE_OPERAND (id, 0); local
H A Dcall.c471 tree tmpl; member in struct:rejection_reason::__anon782::__anon784
483 tree tmpl; member in struct:rejection_reason::__anon782::__anon785
692 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, argument
3321 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, argument
3497 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
3517 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, tsubst_flags_t complain) argument
[all...]
H A Ddecl.c4075 tree tmpl = NULL_TREE; local
4097 "%qD declared here", tmpl); local
11732 inform (DECL_SOURCE_LOCATION (tmpl), "%qD declared here", tmpl); local
12198 tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node); local
12210 "%qD declared here", tmpl); local
12219 "%qD declared here", tmpl); local
13359 tree tmpl = TREE_OPERAND (unqualified_id, 0); local
15107 tree tmpl = TYPE_TI_TEMPLATE (t); local
[all...]
H A Dcp-tree.h1495 tree tmpl; variable
H A Dpt.c107 tree tmpl; variable
295 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
814 check_specialization_namespace(tree tmpl) argument
841 " from definition of %q#D", tmpl); local
902 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
1067 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
1076 "from definition of %q#D", tmpl); local
1152 optimize_specialization_lookup_p(tree tmpl) argument
1227 retrieve_specialization(tree tmpl, tree args, hashval_t hash) argument
1308 retrieve_local_specialization(tree tmpl) argument
1320 is_specialization_of(tree decl, tree tmpl) argument
1540 register_specialization(tree spec, tree tmpl, tree args, bool is_friend, hashval_t hash) argument
1738 hash_tmpl_and_args(tree tmpl, tree args) argument
1989 register_local_specialization(tree spec, tree tmpl) argument
2426 tree tmpl = most_specialized_instantiation (templates); local
2544 tree tmpl; local
2704 tree tmpl = most_general_template (t); local
2727 warn_spec_missing_attributes(tree tmpl, tree spec, tree attrlist) argument
2960 tree tmpl = NULL_TREE; local
4821 generic_targs_for(tree tmpl) argument
4895 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); local
5246 tree tmpl = build_template_decl (decl, current_template_parms, local
5659 tree tmpl; local
6099 tree tmpl = build_template_decl (fn, parms, /*member*/true); local
6118 tree tmpl; local
6154 tmpl, TREE_VEC_LENGTH (tmpl_parms)); local
6434 complex_alias_template_p(const_tree tmpl) argument
6491 num_innermost_template_parms(const_tree tmpl) argument
6502 get_underlying_template(tree tmpl) argument
9564 tree t, tmpl = NULL_TREE; local
10819 push_tinst_level(tree tmpl, tree args) argument
10913 tree tmpl; local
11179 tree tmpl; local
11552 perform_typedefs_access_check(tree tmpl, tree targs) argument
13161 get_pattern_parm(tree parm, tree tmpl) argument
14559 tree tmpl = NULL_TREE; local
15231 tree tmpl = most_general_template (DECL_TI_TEMPLATE (decl)); local
15239 tree tmpl = most_general_template (DECL_TI_TEMPLATE (decl)); local
15562 tree tmpl = tsubst (TI_TEMPLATE (tinfo), args, local
19215 tree fn, tmpl; local
20252 tree tmpl = TREE_OPERAND (id, 0); local
20477 tree tmpl = TREE_OPERAND (TREE_OPERAND (member, 1), 0); local
20795 check_instantiated_arg(tree tmpl, tree t, tsubst_flags_t complain) argument
20864 check_instantiated_args(tree tmpl, tree args, tsubst_flags_t complain) argument
20883 recheck_decl_substitution(tree d, tree tmpl, tree args) argument
20902 instantiate_template_1(tree tmpl, tree orig_args, tsubst_flags_t complain) argument
21072 instantiate_template(tree tmpl, tree orig_args, tsubst_flags_t complain) argument
21087 instantiate_alias_template(tree tmpl, tree args, tsubst_flags_t complain) argument
24441 more_specialized_partial_spec(tree tmpl, tree pat1, tree pat2) argument
24561 get_partial_spec_bindings(tree tmpl, tree spec_tmpl, tree args) argument
24806 tree tmpl, args; local
25118 tree tmpl = local
25261 regenerate_decl_from_template(tree decl, tree tmpl, tree args) argument
25389 tree tmpl = DECL_TI_TEMPLATE (decl); local
25647 tree tmpl = DECL_TI_TEMPLATE (d); local
25991 tf_warning_or_error, tmpl); local
25995 tf_warning_or_error, tmpl, local
27618 dependent_template_p(tree tmpl) argument
27641 dependent_template_id_p(tree tmpl, tree args) argument
27816 tree tmpl = TREE_OPERAND (fullname, 0); local
28012 make_template_placeholder(tree tmpl) argument
28040 tree tmpl = DECL_TI_TEMPLATE (con); local
28249 dguide_name(tree tmpl) argument
28649 is_spec_or_derived(tree etype, tree tmpl) argument
28668 maybe_aggr_guide(tree tmpl, tree init, vec<tree,va_gc> *args) argument
28733 alias_ctad_tweaks(tree tmpl, tree uguides) argument
28899 ctor_deduction_guides_for(tree tmpl, tsubst_flags_t complain) argument
28949 deduction_guides_for(tree tmpl, bool &any_dguides_p, tsubst_flags_t complain) argument
29004 ctad_template_p(tree tmpl) argument
29030 do_class_deduction(tree ptype, tree tmpl, tree init, int flags, tsubst_flags_t complain) argument
29480 check_auto_in_tmpl_args(tree tmpl, tree args) argument
[all...]
H A Dparser.c6546 if (tmpl) local
6516 tree tmpl = NULL_TREE; local
18269 tree tmpl = cp_parser_lookup_name (parser, name, local
18373 cp_parser_placeholder_type_specifier(cp_parser *parser, location_t loc, tree tmpl, bool tentative) argument
20659 tree tmpl = cp_parser_lookup_name_simple (parser, name, id->id_loc); local
22308 tmpl); local
28766 tree tmpl = cp_parser_template_name (parser, local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc8612 const char *cond_str, *tmpl; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c4148 parse_dsp_reg(const char *line, const metag_reg **reg, bool tmpl, bool load) argument
4301 parse_dsp_regs_list(const char *line, const metag_reg **regs, size_t count, size_t *regs_read, bool try_gp, bool tmpl, bool load, bool first_dst) argument
H A Dtc-ia64.c8209 struct rsrc tmpl; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c4148 parse_dsp_reg(const char *line, const metag_reg **reg, bool tmpl, bool load) argument
4301 parse_dsp_regs_list(const char *line, const metag_reg **regs, size_t count, size_t *regs_read, bool try_gp, bool tmpl, bool load, bool first_dst) argument
H A Dtc-ia64.c8202 struct rsrc tmpl; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc300 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
831 check_specialization_namespace (tree tmpl) argument
858 " from definition of %q#D", tmpl); local
919 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
1091 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
1100 "from definition of %q#D", tmpl); local
1176 optimize_specialization_lookup_p(tree tmpl) argument
1251 retrieve_specialization(tree tmpl, tree args, hashval_t hash) argument
1332 retrieve_local_specialization(tree tmpl) argument
1344 is_specialization_of(tree decl, tree tmpl) argument
1564 register_specialization(tree spec, tree tmpl, tree args, bool is_friend, hashval_t hash) argument
1767 hash_tmpl_and_args(tree tmpl, tree args) argument
2017 register_local_specialization(tree spec, tree tmpl) argument
2467 tree tmpl = most_specialized_instantiation (templates); local
2531 tree tmpl = TREE_VALUE (templates); local
2582 tree tmpl; local
2742 tree tmpl = most_general_template (t); local
2765 warn_spec_missing_attributes(tree tmpl, tree spec, tree attrlist) argument
3000 tree tmpl = NULL_TREE; local
4948 generic_targs_for(tree tmpl) argument
4971 outer_template_args(tree tmpl) argument
5046 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); local
5390 tree tmpl = build_template_decl (decl, current_template_parms, local
5990 tree tmpl = NULL_TREE; local
6255 tree tmpl = build_template_decl (fn, parms, /*member*/true); local
6272 tree tmpl; local
6308 tmpl, TREE_VEC_LENGTH (tmpl_parms)); local
6581 complex_alias_template_p(const_tree tmpl) argument
6641 num_innermost_template_parms(const_tree tmpl) argument
6652 get_underlying_template(tree tmpl) argument
9792 tree t, tmpl = NULL_TREE; local
[all...]
H A Dconstexpr.cc7580 tree tmpl = TREE_OPERAND (id, 0); local
H A Dname-lookup.cc7551 tree binding_value, tmpl, tinfo; local
H A Dsemantics.cc2835 tree tmpl = TREE_OPERAND (id, 0); local
3396 tree tmpl = build_lang_decl (TEMPLATE_DECL, identifier, NULL_TREE); local
3708 tree tmpl local
[all...]
H A Ddecl.cc4289 tree tmpl = NULL_TREE; local
4311 "%qD declared here", tmpl); local
12428 inform (DECL_SOURCE_LOCATION (tmpl), "%qD declared here", tmpl); local
12899 tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node); local
12911 "%qD declared here", tmpl); local
12920 "%qD declared here", tmpl); local
14076 tree tmpl = TREE_OPERAND (unqualified_id, 0); local
[all...]
H A Dcall.cc468 tree tmpl; member in struct:rejection_reason::__anon1478::__anon1480
480 tree tmpl; member in struct:rejection_reason::__anon1478::__anon1481
690 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, argument
3393 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, argument
3635 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, bool shortcut_bad_convs, tsubst_flags_t complain) argument
3657 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, const vec<tree, va_gc> *arglist, tree return_type, tree access_path, tree conversion_path, tsubst_flags_t complain) argument
[all...]
H A Dcp-tree.h1558 tree tmpl; variable
5698 tree tmpl; /* The general template this is a specialization of. */ variable
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c9568 OSSL_PARAM_BLD *tmpl = NULL; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c8680 const char *cond_str, *tmpl; local

Completed in 888 milliseconds

1234