Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dfriend.c258 else if (!CLASSTYPE_TEMPLATE_INFO (friend_type))
Dpt.c274 if (IS_AGGR_TYPE (decl) && CLASSTYPE_TEMPLATE_INFO (decl)
334 if (CLASSTYPE_TEMPLATE_INFO (type)
805 && CLASSTYPE_TEMPLATE_INFO (type)
807 && CLASSTYPE_TEMPLATE_INFO (context))
3936 if (CLASSTYPE_TEMPLATE_INFO (t)
3966 ? CLASSTYPE_TEMPLATE_INFO (d)
4055 && CLASSTYPE_TEMPLATE_INFO (TREE_TYPE (decl)))
4127 if (CLASSTYPE_TEMPLATE_INFO (type))
8688 if (!CLASSTYPE_TEMPLATE_INFO (arg)
9026 && (TREE_CODE (arg) != RECORD_TYPE || !CLASSTYPE_TEMPLATE_INFO (arg)))
[all …]
Dcp-tree.h2272 #define CLASSTYPE_TEMPLATE_INFO(NODE) \ macro
2293 ? CLASSTYPE_TEMPLATE_INFO (NODE) \
2301 : (CLASSTYPE_TEMPLATE_INFO (NODE) = (VAL)))
2398 #define CLASSTYPE_TI_TEMPLATE(NODE) TI_TEMPLATE (CLASSTYPE_TEMPLATE_INFO (NODE))
2399 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
2440 (CLASSTYPE_TEMPLATE_INFO (NODE) \
Dmangle.c88 || (CLASSTYPE_TEMPLATE_INFO (NODE) != NULL \
545 && CLASSTYPE_TEMPLATE_INFO (type) != NULL)
Ddecl2.c620 if (! CLASSTYPE_TEMPLATE_INFO (type))
4276 if (CLASSTYPE_TEMPLATE_INFO (type))
Dclass.c2123 tree template_info = CLASSTYPE_TEMPLATE_INFO (t);
2134 CLASSTYPE_TEMPLATE_INFO (t) = template_info;
2801 if (CLASSTYPE_TEMPLATE_INFO (type))
Dsearch.c986 else if (CLASSTYPE_TEMPLATE_INFO (scope))
Derror.c548 && TYPE_LANG_SPECIFIC (t) && CLASSTYPE_TEMPLATE_INFO (t)
Ddecl.c6349 && CLASSTYPE_TEMPLATE_INFO (subtype)
11860 if (CLASSTYPE_TEMPLATE_INFO (t)
12103 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
DChangeLog2759 CLASSTYPE_TEMPLATE_INFO.
5827 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
/openbsd/src/gnu/gcc/gcc/cp/
Dfriend.c344 else if (!CLASSTYPE_TEMPLATE_INFO (friend_type)) in make_friend_class()
Dpt.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 …]
Dcp-tree.h2121 #define CLASSTYPE_TEMPLATE_INFO(NODE) \ macro
2143 ? CLASSTYPE_TEMPLATE_INFO (NODE) \
2151 : (CLASSTYPE_TEMPLATE_INFO (NODE) = (VAL)))
2247 #define CLASSTYPE_TI_TEMPLATE(NODE) TI_TEMPLATE (CLASSTYPE_TEMPLATE_INFO (NODE))
2248 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
2320 (CLASSTYPE_TEMPLATE_INFO (NODE) \
Dmangle.c90 || (CLASSTYPE_TEMPLATE_INFO (NODE) != NULL \
595 && CLASSTYPE_TEMPLATE_INFO (type) != NULL) in find_substitution()
Ddecl2.c480 if (! CLASSTYPE_TEMPLATE_INFO (type)) in acceptable_java_type()
3509 if (CLASSTYPE_TEMPLATE_INFO ((DECL_CONTEXT (decl))) in mark_used()
Derror.c445 && TYPE_LANG_SPECIFIC (t) && CLASSTYPE_TEMPLATE_INFO (t) in dump_aggr_type()
Dinit.c1475 && CLASSTYPE_TEMPLATE_INFO (DECL_CONTEXT (decl)) in constant_value_1()
Dname-lookup.c4484 if (CLASSTYPE_TEMPLATE_INFO (type) in arg_assoc_class()
DChangeLog-20021348 CLASSTYPE_TEMPLATE_INFO.
4424 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
Dparser.c13395 && CLASSTYPE_TEMPLATE_INFO (scope) in cp_parser_class_head()
15288 if (!CLASSTYPE_TEMPLATE_INFO (scope)) in cp_parser_check_declarator_template_parameters()
Dclass.c2514 if (CLASSTYPE_TEMPLATE_INFO (type)) in maybe_add_class_template_decl_list()
Ddecl.c8131 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type)) in grokdeclarator()
DChangeLog-20044095 (CLASSTYPE_TEMPLATE_INFO): Adjust.