Home
last modified time | relevance | path

Searched refs:DECL_CLASS_TEMPLATE_P (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dfriend.c318 if (template_member_p && !DECL_CLASS_TEMPLATE_P (decl)) in make_friend_class()
Dsearch.c431 && !DECL_CLASS_TEMPLATE_P (field)) in lookup_field_1()
482 || DECL_CLASS_TEMPLATE_P (field))) in lookup_field_1()
1074 && !DECL_CLASS_TEMPLATE_P (nval)) in lookup_field_r()
Dpt.c5602 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl)) in tsubst_friend_class()
5608 if (tmpl && DECL_CLASS_TEMPLATE_P (tmpl)) in tsubst_friend_class()
5983 if (TYPE_P (t) || DECL_CLASS_TEMPLATE_P (t)) in instantiate_class_template()
6467 tmpl_args = DECL_CLASS_TEMPLATE_P (t) in tsubst_decl()
13294 && DECL_CLASS_TEMPLATE_P (decl)) in resolve_typename_type()
Dname-lookup.c2594 || DECL_CLASS_TEMPLATE_P (value_binding) in get_class_binding()
3535 && !DECL_CLASS_TEMPLATE_P (val))) in ambiguous_decl()
Dcp-tree.h2847 #define DECL_CLASS_TEMPLATE_P(NODE) \ macro
2855 (TREE_CODE (NODE) == TYPE_DECL || DECL_CLASS_TEMPLATE_P (NODE))
Dsemantics.c2894 else if (DECL_CLASS_TEMPLATE_P (decl)) in finish_id_expression()
Ddecl.c2884 if (want_template && !DECL_CLASS_TEMPLATE_P (t)) in make_typename_type()
2944 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl)) in make_unbound_class_template()
10217 if (decl && DECL_CLASS_TEMPLATE_P (decl)) in lookup_and_check_tag()
Dparser.c9336 else if (DECL_CLASS_TEMPLATE_P (template) in cp_parser_template_id()
15756 if (DECL_CLASS_TEMPLATE_P (decl) && tag_name_p) in cp_parser_maybe_treat_template_as_class()
16296 if (member_p && !friend_p && decl && !DECL_CLASS_TEMPLATE_P (decl)) in cp_parser_template_declaration_after_export()
Dcall.c233 gcc_assert (DECL_CLASS_TEMPLATE_P (name)); in check_dtor_name()
DChangeLog-20046870 (DECL_CLASS_TEMPLATE_P): Likewise.
DChangeLog-19984958 (DECL_CLASS_TEMPLATE_P): Likewise.