Home
last modified time | relevance | path

Searched refs:DECL_TEMPLATE_RESULT (Results 1 – 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDpt.c821 && !DECL_FRIEND_P (DECL_TEMPLATE_RESULT (tmpl))); in optimize_specialization_lookup_p()
891 && TREE_CODE (DECL_TEMPLATE_RESULT (tmpl)) == TYPE_DECL) in retrieve_specialization()
1649 targs = DECL_TI_ARGS (DECL_TEMPLATE_RESULT (TREE_VALUE (templates))); in determine_specialization()
1716 tmpl_types = TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (tmpl))); in copy_default_args_to_explicit_spec()
2160 DECL_INITIAL (DECL_TEMPLATE_RESULT (tmpl)) = NULL_TREE; in check_explicit_specialization()
2164 DECL_SOURCE_LOCATION (DECL_TEMPLATE_RESULT (tmpl)) in check_explicit_specialization()
2168 DECL_ARGUMENTS (DECL_TEMPLATE_RESULT (tmpl)) in check_explicit_specialization()
2462 TREE_TYPE (DECL_TEMPLATE_RESULT (parm)) = t; in process_template_parm()
3216 DECL_TEMPLATE_RESULT (new_tmpl) = decl; in push_template_decl_real()
3267 DECL_TEMPLATE_RESULT (tmpl) = decl; in push_template_decl_real()
[all …]
HDdecl.c991 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) in decls_match()
992 != TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))) in decls_match()
999 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL) in decls_match()
1000 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)), in decls_match()
1001 TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))); in decls_match()
1003 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl), in decls_match()
1004 DECL_TEMPLATE_RESULT (newdecl)); in decls_match()
1312 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)) in duplicate_decls()
1316 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) in duplicate_decls()
1352 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL in duplicate_decls()
[all …]
HDerror.c969 if (TREE_CODE (DECL_TEMPLATE_RESULT (t)) == TYPE_DECL) in dump_template_decl()
973 else if (TREE_CODE (DECL_TEMPLATE_RESULT (t)) == VAR_DECL) in dump_template_decl()
974 dump_decl (DECL_TEMPLATE_RESULT (t), flags | TFF_TEMPLATE_NAME); in dump_template_decl()
1010 t = DECL_TEMPLATE_RESULT (t); in dump_function_decl()
1172 t = DECL_TEMPLATE_RESULT (t); in dump_function_name()
HDdump.c355 dump_child ("rslt", DECL_TEMPLATE_RESULT (t)); in cp_dump_tree()
HDdecl2.c442 decl = DECL_TEMPLATE_RESULT (tmpl); in check_member_template()
1003 decl = &DECL_TEMPLATE_RESULT (*decl); in cplus_decl_attributes()
1772 tree pattern = DECL_TEMPLATE_RESULT (TI_TEMPLATE (tinfo)); in determine_visibility()
3643 && DECL_INLINE (DECL_TEMPLATE_RESULT in mark_used()
HDcp-tree.def113 DECL_TEMPLATE_RESULT null
116 DECL_TEMPLATE_RESULT decl for object to be created
HDsemantics.c2151 DECL_TEMPLATE_RESULT (tmpl) = decl; in finish_template_template_parm()
2278 TREE_PRIVATE (DECL_TEMPLATE_RESULT (decl)) = TREE_PRIVATE (decl); in finish_member_declaration()
2279 TREE_PROTECTED (DECL_TEMPLATE_RESULT (decl)) = TREE_PROTECTED (decl); in finish_member_declaration()
2973 first_fn = DECL_TEMPLATE_RESULT (first_fn); in finish_id_expression()
HDcp-tree.h2264 ? TREE_TYPE (DECL_TEMPLATE_RESULT (DECL_PRIMARY_TEMPLATE \
2759 #define DECL_TEMPLATE_RESULT(NODE) DECL_RESULT_FLD (NODE) macro
2839 (TREE_CODE (NODE) == TEMPLATE_DECL && !DECL_TEMPLATE_RESULT (NODE))
2844 && TREE_CODE (DECL_TEMPLATE_RESULT (NODE)) == FUNCTION_DECL)
2850 && TREE_CODE (DECL_TEMPLATE_RESULT (NODE)) == TYPE_DECL \
HDcxx-pretty-print.c1511 && TYPE_P (DECL_TEMPLATE_RESULT (arg)))) in pp_cxx_template_argument_list()
HDtree.c2073 if (!DECL_INLINE (DECL_TEMPLATE_RESULT in cp_cannot_inline_tree_fn()
HDclass.c3875 DECL_TEMPLATE_RESULT (clone) in build_clone()
3876 = build_clone (DECL_TEMPLATE_RESULT (clone), name); in build_clone()
3877 result = DECL_TEMPLATE_RESULT (clone); in build_clone()
HDChangeLog-200057 DECL_TEMPLATE_RESULT.
2200 the DECL_TEMPLATE_RESULT.
5081 * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
5083 * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
5107 * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
HDChangeLog-20011563 be DECL_TEMPLATE_RESULT.
1744 * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
HDChangeLog-20022364 * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
4452 (DECL_TEMPLATE_RESULT): Likewise.
HDparser.c15757 return DECL_TEMPLATE_RESULT (decl); in cp_parser_maybe_treat_template_as_class()
16621 member_function = DECL_TEMPLATE_RESULT (member_function); in cp_parser_late_parsing_for_member()