Home
last modified time | relevance | path

Searched refs:cxx11_attribute_p (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.h37 extern bool cxx11_attribute_p (const_tree);
Dattribs.cc436 if (cxx11_attribute_p (attr)) in get_attribute_namespace()
572 if (!cxx11_attribute_p (attr)) in attribute_ignored_p()
706 const bool cxx11_attr_p = cxx11_attribute_p (attr); in decl_attributes()
977 cxx11_attribute_p (const_tree attr) in cxx11_attribute_p() function
995 if (cxx11_attribute_p (attr)) in get_attribute_name()
DChangeLog-20128857 (cxx11_attribute_p, get_attribute_name, get_attribute_namespace):
DChangeLog-20138150 (cxx11_attribute_p): Moved to attribs.h.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc2171 && cxx11_attribute_p (a) in duplicate_decls()
14183 if (attrlist && !funcdef_flag && cxx11_attribute_p (*attrlist)) in grokdeclarator()
Dparser.cc15677 if (cxx11_attribute_p (attrs)) in cp_parser_decl_specifier_seq()
20650 else if (is_friend && cxx11_attribute_p (attributes)) in cp_parser_elaborated_type_specifier()
27054 && cxx11_attribute_p (decl_specifiers.attributes)) in cp_parser_member_declaration()