Home
last modified time | relevance | path

Searched refs:get_attribute_namespace (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h38 extern tree get_attribute_namespace (const_tree);
H A Dattribs.c344 get_attribute_namespace (const_tree attr) in get_attribute_namespace() function
552 tree ns = get_attribute_namespace (attr); in decl_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h39 extern tree get_attribute_namespace (const_tree);
H A Dattribs.cc434 get_attribute_namespace (const_tree attr) in get_attribute_namespace() function
574 if (tree ns = get_attribute_namespace (attr)) in attribute_ignored_p()
698 tree ns = get_attribute_namespace (attr); in decl_attributes()
H A DChangeLog-20128844 (get_attribute_name, get_attribute_namespace): Declare new functions.
8857 (cxx11_attribute_p, get_attribute_name, get_attribute_namespace):
8865 (decl_attributes): Use new get_attribute_namespace and
H A DChangeLog-201925009 * attribs.c (get_attribute_namespace): No longer static.
25013 * attribs.h (get_attribute_namespace): Declare.
H A DChangeLog-201310242 (get_attribute_namespace): Likewise.
10350 (get_attribute_namespace): Remove.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c3241 tree ns = get_attribute_namespace (attrs); in parse_tm_stmt_attr()
H A Dc-common.c5703 if (!c_dialect_cxx () && get_attribute_namespace (t) == NULL_TREE) in attribute_fallthrough_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc1733 if (get_attribute_namespace (*pa) == omp_identifier) in cplus_decl_attributes()
H A Dname-lookup.cc8583 && get_attribute_namespace (a) == omp_identifier in finish_using_directive()
H A Dparser.cc11846 if (get_attribute_namespace (*pa) == omp_identifier in cp_parser_handle_statement_omp_attributes()
12066 if (get_attribute_namespace (pa) == omp_identifier in cp_parser_handle_directive_omp_attributes()
12118 if (get_attribute_namespace (*pa) == omp_identifier in cp_parser_handle_directive_omp_attributes()
42285 if (get_attribute_namespace (attr) == omp_identifier in cp_parser_omp_section_scan()
45689 if (get_attribute_namespace (*pa) == omp_identifier in cp_parser_late_parsing_omp_declare_simd()
H A Ddecl.cc2172 && get_attribute_namespace (a) == NULL_TREE) in duplicate_decls()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4553 if (get_attribute_namespace (t) == NULL_TREE) in c_warn_unused_attributes()
4572 if (get_attribute_namespace (*attr_ptr) == NULL_TREE) in c_warn_type_attributes()
H A Dc-parser.c4977 tree ns = get_attribute_namespace (attribute); in c_parser_std_attribute_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4644 if (get_attribute_namespace (t) == NULL_TREE) in c_warn_unused_attributes()
4663 if (get_attribute_namespace (*attr_ptr) == NULL_TREE) in c_warn_type_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc3871 tree ns = get_attribute_namespace (attrs); in parse_tm_stmt_attr()
H A Dc-common.cc6039 if (!c_dialect_cxx () && get_attribute_namespace (t) == NULL_TREE) in attribute_fallthrough_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2014 && get_attribute_namespace (a) == NULL_TREE) in duplicate_decls()