Home
last modified time | relevance | path

Searched refs:CLASSTYPE_TEMPLATE_INFO (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDfriend.c344 else if (!CLASSTYPE_TEMPLATE_INFO (friend_type)) in make_friend_class()
HDpt.c228 && CLASSTYPE_TEMPLATE_INFO (type) in finish_member_template_decl()
285 if (CLASSTYPE_TEMPLATE_INFO (type) in template_class_depth()
728 && CLASSTYPE_TEMPLATE_INFO (type) in maybe_process_partial_specialization()
730 && CLASSTYPE_TEMPLATE_INFO (context)) in maybe_process_partial_specialization()
1042 if (CLASSTYPE_TEMPLATE_INFO (context)) in is_specialization_of_friend()
1112 = CLASSTYPE_TEMPLATE_INFO (decl_type) in is_specialization_of_friend()
4360 if (CLASSTYPE_TEMPLATE_INFO (t) in classtype_mangled_name()
4389 ? CLASSTYPE_TEMPLATE_INFO (d) in add_pending_template()
4466 && CLASSTYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in maybe_get_template_decl_from_type_decl()
4533 if (CLASSTYPE_TEMPLATE_INFO (type)) in lookup_template_class()
[all …]
HDcp-tree.h2130 #define CLASSTYPE_TEMPLATE_INFO(NODE) \ macro
2152 ? CLASSTYPE_TEMPLATE_INFO (NODE) \
2160 : (CLASSTYPE_TEMPLATE_INFO (NODE) = (VAL)))
2256 #define CLASSTYPE_TI_TEMPLATE(NODE) TI_TEMPLATE (CLASSTYPE_TEMPLATE_INFO (NODE))
2257 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
2329 (CLASSTYPE_TEMPLATE_INFO (NODE) \
HDmangle.c90 || (CLASSTYPE_TEMPLATE_INFO (NODE) != NULL \
595 && CLASSTYPE_TEMPLATE_INFO (type) != NULL) in find_substitution()
HDdecl2.c480 if (! CLASSTYPE_TEMPLATE_INFO (type)) in acceptable_java_type()
3592 if (CLASSTYPE_TEMPLATE_INFO ((DECL_CONTEXT (decl))) in mark_used()
HDerror.c447 && TYPE_LANG_SPECIFIC (t) && CLASSTYPE_TEMPLATE_INFO (t) in dump_aggr_type()
HDinit.c1475 && CLASSTYPE_TEMPLATE_INFO (DECL_CONTEXT (decl)) in constant_value_1()
HDname-lookup.c4538 if (CLASSTYPE_TEMPLATE_INFO (type) in arg_assoc_class()
HDChangeLog-20021348 CLASSTYPE_TEMPLATE_INFO.
4424 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
HDclass.c2527 if (CLASSTYPE_TEMPLATE_INFO (type)) in maybe_add_class_template_decl_list()
HDparser.c13903 && CLASSTYPE_TEMPLATE_INFO (scope) in cp_parser_class_head()
15798 if (!CLASSTYPE_TEMPLATE_INFO (scope)) in cp_parser_check_declarator_template_parameters()
HDdecl.c8666 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type)) in grokdeclarator()
HDChangeLog-20044095 (CLASSTYPE_TEMPLATE_INFO): Adjust.