Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h36 extern bool cxx11_attribute_p (const_tree);
H A Dattribs.c346 if (cxx11_attribute_p (attr)) in get_attribute_namespace()
560 const bool cxx11_attr_p = cxx11_attribute_p (attr); in decl_attributes()
821 cxx11_attribute_p (const_tree attr) in cxx11_attribute_p() function
839 if (cxx11_attribute_p (attr)) in get_attribute_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h37 extern bool cxx11_attribute_p (const_tree);
H A 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()
H A DChangeLog-20128857 (cxx11_attribute_p, get_attribute_name, get_attribute_namespace):
H A DChangeLog-20138150 (cxx11_attribute_p): Moved to attribs.h.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc2171 && cxx11_attribute_p (a) in duplicate_decls()
14183 if (attrlist && !funcdef_flag && cxx11_attribute_p (*attrlist)) in grokdeclarator()
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c6327 if (!cxx11_attribute_p (attrs)) in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc6651 if (!cxx11_attribute_p (attrs)) in grokdeclarator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2013 && cxx11_attribute_p (a) in duplicate_decls()
H A Dparser.c14152 if (cxx11_attribute_p (attrs)) in cp_parser_decl_specifier_seq()