Home
last modified time | relevance | path

Searched refs:CLASSTYPE_IS_TEMPLATE (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c2810 && (CLASSTYPE_IS_TEMPLATE (name) in make_typename_type()
7917 if ((CLASSTYPE_USE_TEMPLATE (t) || CLASSTYPE_IS_TEMPLATE (t)) in grokdeclarator()
9635 && CLASSTYPE_IS_TEMPLATE (type)) in check_elaborated_type_specifier()
9849 && CLASSTYPE_IS_TEMPLATE (t)) in xref_tag()
H A Dcp-tree.h2319 #define CLASSTYPE_IS_TEMPLATE(NODE) \ macro
H A Dpt.c5844 && CLASSTYPE_IS_TEMPLATE (t)); in instantiate_class_template()
H A Dparser.c3892 || CLASSTYPE_IS_TEMPLATE (new_scope))) in cp_parser_nested_name_specifier_opt()
H A DChangeLog-19984957 * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c4978 && CLASSTYPE_IS_TEMPLATE (type)
H A Dpt.c3519 else if (CLASSTYPE_IS_TEMPLATE (arg)
5495 if (TYPE_LANG_SPECIFIC (tag) && CLASSTYPE_IS_TEMPLATE (tag))
H A Dcp-tree.h2439 #define CLASSTYPE_IS_TEMPLATE(NODE) \ macro
H A Ddecl.c6005 && (CLASSTYPE_IS_TEMPLATE (name)
H A DChangeLog.211745 * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.