Home
last modified time | relevance | path

Searched defs:tmpl (Results 1 – 25 of 27) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c102 tree tmpl; member
296 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in finish_member_template_decl() local
778 check_specialization_namespace (tree tmpl) in check_specialization_namespace()
864 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in maybe_new_partial_specialization() local
1023 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in maybe_process_partial_specialization() local
1106 optimize_specialization_lookup_p (tree tmpl) in optimize_specialization_lookup_p()
1181 retrieve_specialization (tree tmpl, tree args, hashval_t hash) in retrieve_specialization()
1259 retrieve_local_specialization (tree tmpl) in retrieve_local_specialization()
1271 is_specialization_of (tree decl, tree tmpl) in is_specialization_of()
1491 register_specialization (tree spec, tree tmpl, tree args, bool is_friend, in register_specialization()
[all …]
H A Dconstraint.cc210 tree tmpl = *iter; in resolve_constraint_check() local
292 tree tmpl = TREE_OPERAND (id, 0); in resolve_variable_concept_check() local
454 learn_implications (tree tmpl, tree args, tree constr) in learn_implications()
554 tree tmpl = DECL_TI_TEMPLATE (decl); in expand_concept() local
1282 tree tmpl = DECL_TI_TEMPLATE (con); in finish_shorthand_constraint() local
1446 placeholder_extract_concept_and_args (tree t, tree &tmpl, tree &args) in placeholder_extract_concept_and_args()
1578 tree tmpl = DECL_TI_TEMPLATE (decl); in tsubst_check_constraint() local
2032 tree tmpl = DECL_TI_TEMPLATE (decl); in satisfy_check_constraint() local
2380 tree tmpl = TI_TEMPLATE (ti); in constraints_satisfied_p() local
2835 tree tmpl = DECL_TI_TEMPLATE (decl); in diagnose_check_constraint() local
H A Dlogic.cc414 tree tmpl = CHECK_CONSTR_CONCEPT (t); in analyze_check() local
561 tree tmpl = DECL_TI_TEMPLATE (decl); in load_check_assumption() local
H A Dcall.c454 tree tmpl; member
466 tree tmpl; member
666 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, in template_unification_rejection()
3091 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, in add_template_candidate_real()
3258 add_template_candidate (struct z_candidate **candidates, tree tmpl, tree ctype, in add_template_candidate()
3278 add_template_conv_candidate (struct z_candidate **candidates, tree tmpl, in add_template_conv_candidate()
3560 tree tmpl = r->u.template_instantiation.tmpl; in print_z_candidate() local
4316 tree tmpl = DECL_TI_TEMPLATE (cand->fn); in build_new_function_call() local
7975 tree tmpl = TI_TEMPLATE (cand->template_decl); in build_over_call() local
H A Dcxx-pretty-print.c2252 tree tmpl = most_general_template (t); in pp_cxx_template_declaration() local
2784 tree tmpl = DECL_TI_TEMPLATE (decl); in pp_cxx_check_constraint() local
H A Ddecl2.c559 check_member_template (tree tmpl) in check_member_template()
1560 tree tmpl = TI_TEMPLATE (ti); in cplus_decl_attributes() local
2262 constrain_visibility (tree decl, int visibility, bool tmpl) in constrain_visibility()
H A Dmangle.c830 bool tmpl = decl_is_template_id (decl, NULL); in write_encoding() local
1420 if (tree tmpl = most_general_template (decl)) in write_unqualified_name() local
H A Ddecl.c3957 tree tmpl = NULL_TREE; in make_unbound_class_template() local
10782 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (type)) in grokdeclarator() local
11172 tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node); in grokdeclarator() local
12229 tree tmpl = TREE_OPERAND (unqualified_id, 0); in grokdeclarator() local
13891 tree tmpl = TYPE_TI_TEMPLATE (t); in xref_tag_1() local
H A Dsearch.c701 tree tmpl = TI_TEMPLATE (tinfo); in friend_accessible_p() local
H A Dsemantics.c2916 tree tmpl = build_lang_decl (TEMPLATE_DECL, identifier, NULL_TREE); in finish_template_template_parm() local
3206 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in fixup_template_type() local
H A Derror.c1583 tree tmpl; in dump_function_decl() local
H A Dparser.c6311 tree tmpl = NULL_TREE; in cp_parser_nested_name_specifier_opt() local
17246 tree tmpl = cp_parser_lookup_name (parser, name, in cp_parser_simple_type_specifier() local
19540 tree tmpl = cp_parser_lookup_name_simple (parser, name, id->id_loc); in cp_parser_init_declarator() local
21090 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in cp_parser_type_id_1() local
26694 tree tmpl = cp_parser_template_name (parser, in cp_parser_constructor_declarator_p() local
H A Dname-lookup.c6072 tree binding_value, tmpl, tinfo; in binding_to_template_parms_of_scope_p() local
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c86 tree tmpl; member
278 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in finish_member_template_decl() local
748 check_specialization_namespace (tree tmpl) in check_specialization_namespace()
884 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); in maybe_process_partial_specialization() local
962 optimize_specialization_lookup_p (tree tmpl) in optimize_specialization_lookup_p()
1002 retrieve_specialization (tree tmpl, tree args, hashval_t hash) in retrieve_specialization()
1077 retrieve_local_specialization (tree tmpl) in retrieve_local_specialization()
1092 is_specialization_of (tree decl, tree tmpl) in is_specialization_of()
1307 register_specialization (tree spec, tree tmpl, tree args, bool is_friend, in register_specialization()
1482 hash_tmpl_and_args (tree tmpl, tree args) in hash_tmpl_and_args()
[all …]
H A Dcall.c481 tree tmpl; member
493 tree tmpl; member
676 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, in template_unification_rejection()
704 template_instantiation_rejection (tree tmpl, tree targs) in template_instantiation_rejection()
2834 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, in add_template_candidate_real()
2995 add_template_candidate (struct z_candidate **candidates, tree tmpl, tree ctype, in add_template_candidate()
3010 add_template_conv_candidate (struct z_candidate **candidates, tree tmpl, in add_template_conv_candidate()
6561 tree tmpl = TI_TEMPLATE (cand->template_decl); in build_over_call() local
H A Ddecl2.c489 check_member_template (tree tmpl) in check_member_template()
1961 constrain_visibility (tree decl, int visibility, bool tmpl) in constrain_visibility()
H A Dcxx-pretty-print.c2161 tree tmpl = most_general_template (t); in pp_cxx_template_declaration() local
H A Derror.c1356 tree tmpl; in dump_function_decl() local
/dflybsd-src/games/battlestar/
H A Dsave.c153 size_t tmpl; in save_file_name() local
/dflybsd-src/usr.bin/xinstall/
H A Dxinstall.c371 char tmpl[MAXPATHLEN]; in do_link() local
419 char tmpl[MAXPATHLEN]; in do_symlink() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-emutls.c327 tree tmpl = get_emutls_init_templ_addr (decl); in new_emutls_decl() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-emutls.c329 tree tmpl = get_emutls_init_templ_addr (decl); in new_emutls_decl() local
/dflybsd-src/usr.bin/sort/
H A Dsort.c370 char *tmpl; in set_locale() local
/dflybsd-src/sys/net/lagg/
H A Dieee8023ad_lacp.c1974 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check()
/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcp.c2897 size_t al, tmpl; in log_dhcp() local

12