Searched refs:DECL_CLASS_TEMPLATE_P (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dfriend.c336 if (template_member_p && !DECL_CLASS_TEMPLATE_P (decl))
H A Dpt.c1108 if (DECL_CLASS_TEMPLATE_P (tmpl))
8982 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
8988 if (tmpl && DECL_CLASS_TEMPLATE_P (tmpl))
9484 else if (DECL_CLASS_TEMPLATE_P (t)
9593 if (TYPE_P (t) || DECL_CLASS_TEMPLATE_P (t)
10784 tmpl_args = DECL_CLASS_TEMPLATE_P (t)
22185 && DECL_CLASS_TEMPLATE_P (decl))
22365 if (!std_init_list || !DECL_CLASS_TEMPLATE_P (std_init_list))
H A Dmangle.c617 if (OVERLOAD_TYPE_P (node) || DECL_CLASS_TEMPLATE_P (node))
H A Dname-lookup.c3097 || DECL_CLASS_TEMPLATE_P (value_binding)
H A Derror.c1347 if (DECL_CLASS_TEMPLATE_P (t))
H A Dsemantics.c3527 else if (DECL_CLASS_TEMPLATE_P (decl))
H A Dcp-tree.h3961 #define DECL_CLASS_TEMPLATE_P(NODE) \
3955 #define DECL_CLASS_TEMPLATE_P macro
H A Dcall.c274 gcc_assert (DECL_CLASS_TEMPLATE_P (name));
H A Ddecl.c12270 && (DECL_CLASS_TEMPLATE_P (decl)
H A Dparser.c23070 if (DECL_CLASS_TEMPLATE_P (decl) && tag_name_p)
23721 if (member_p && !friend_p && decl && !DECL_CLASS_TEMPLATE_P (decl))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c1336 && !DECL_CLASS_TEMPLATE_P (nval))
1455 if (rval && lfi.from_dep_base_p && !DECL_CLASS_TEMPLATE_P (rval))
H A Dmethod.c2065 else if (DECL_CLASS_TEMPLATE_P (value))
H A Dpt.c505 if (!DECL_CLASS_TEMPLATE_P (t))
4655 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
4661 if (tmpl && DECL_CLASS_TEMPLATE_P (tmpl))
5435 tree tmpl_args = DECL_CLASS_TEMPLATE_P (t)
H A Dcp-tree.h1963 #define DECL_CLASS_TEMPLATE_P(NODE) \
1970 (TREE_CODE (NODE) == TYPE_DECL || DECL_CLASS_TEMPLATE_P (NODE))
1956 #define DECL_CLASS_TEMPLATE_P macro
H A Ddecl2.c4501 && !DECL_CLASS_TEMPLATE_P (val))
5440 else if (DECL_CLASS_TEMPLATE_P (id))
H A Ddecl.c5217 && DECL_CLASS_TEMPLATE_P (BINDING_VALUE (old)))
5615 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
5680 || !DECL_CLASS_TEMPLATE_P (val)))
5770 && DECL_CLASS_TEMPLATE_P (val))))
12722 && DECL_CLASS_TEMPLATE_P (ref)

Completed in 702 milliseconds