Searched refs:CLASSTYPE_TEMPLATE_INFO (Results 1 – 23 of 23) sorted by relevance
258 else if (!CLASSTYPE_TEMPLATE_INFO (friend_type))
274 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 …]
2272 #define CLASSTYPE_TEMPLATE_INFO(NODE) \ macro2293 ? 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) \
88 || (CLASSTYPE_TEMPLATE_INFO (NODE) != NULL \545 && CLASSTYPE_TEMPLATE_INFO (type) != NULL)
620 if (! CLASSTYPE_TEMPLATE_INFO (type))4276 if (CLASSTYPE_TEMPLATE_INFO (type))
2123 tree template_info = CLASSTYPE_TEMPLATE_INFO (t);2134 CLASSTYPE_TEMPLATE_INFO (t) = template_info;2801 if (CLASSTYPE_TEMPLATE_INFO (type))
986 else if (CLASSTYPE_TEMPLATE_INFO (scope))
548 && TYPE_LANG_SPECIFIC (t) && CLASSTYPE_TEMPLATE_INFO (t)
6349 && CLASSTYPE_TEMPLATE_INFO (subtype)11860 if (CLASSTYPE_TEMPLATE_INFO (t)12103 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
2759 CLASSTYPE_TEMPLATE_INFO.5827 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
344 else if (!CLASSTYPE_TEMPLATE_INFO (friend_type)) in make_friend_class()
228 && 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 …]
2121 #define CLASSTYPE_TEMPLATE_INFO(NODE) \ macro2143 ? 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) \
90 || (CLASSTYPE_TEMPLATE_INFO (NODE) != NULL \595 && CLASSTYPE_TEMPLATE_INFO (type) != NULL) in find_substitution()
480 if (! CLASSTYPE_TEMPLATE_INFO (type)) in acceptable_java_type()3509 if (CLASSTYPE_TEMPLATE_INFO ((DECL_CONTEXT (decl))) in mark_used()
445 && TYPE_LANG_SPECIFIC (t) && CLASSTYPE_TEMPLATE_INFO (t) in dump_aggr_type()
1475 && CLASSTYPE_TEMPLATE_INFO (DECL_CONTEXT (decl)) in constant_value_1()
4484 if (CLASSTYPE_TEMPLATE_INFO (type) in arg_assoc_class()
1348 CLASSTYPE_TEMPLATE_INFO.4424 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
13395 && CLASSTYPE_TEMPLATE_INFO (scope) in cp_parser_class_head()15288 if (!CLASSTYPE_TEMPLATE_INFO (scope)) in cp_parser_check_declarator_template_parameters()
2514 if (CLASSTYPE_TEMPLATE_INFO (type)) in maybe_add_class_template_decl_list()
8131 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type)) in grokdeclarator()
4095 (CLASSTYPE_TEMPLATE_INFO): Adjust.