Home
last modified time | relevance | path

Searched refs:get_attribute_name (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dattribs.h37 extern tree get_attribute_name (const_tree);
193 size_t ident_len = IDENTIFIER_LENGTH (get_attribute_name (list)); in lookup_attribute_by_prefix()
201 const char *p = IDENTIFIER_POINTER (get_attribute_name (list)); in lookup_attribute_by_prefix()
H A Dattribs.c551 tree name = get_attribute_name (a); in decl_attributes()
831 get_attribute_name (const_tree attr) in get_attribute_name() function
1274 if (is_attribute_p ("format", get_attribute_name (attr1))) in attribute_value_equal()
1316 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1330 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1384 gcc_checking_assert (TREE_CODE (get_attribute_name (list)) in lookup_ident_attribute()
1388 get_attribute_name (list))) in lookup_ident_attribute()
1410 tree attr = get_attribute_name (l); in remove_attribute()
1448 for (a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1451 a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
[all …]
H A Dipa-icf.c320 as = lookup_attribute_spec (get_attribute_name (a)); in compare_attributes()
341 as = lookup_attribute_spec (get_attribute_name (a)); in compare_attributes()
H A Dtree-cfg.c8014 tree name = get_attribute_name (chain); in dump_function_to_file()
H A Domp-low.c1598 if (is_attribute_p ("omp declare simd", get_attribute_name (*p))) in create_omp_child_function()
H A Dtree.c6413 hstate.add_object (IDENTIFIER_HASH_VALUE (get_attribute_name (t))); in type_hash_canon_hash()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c2395 const attribute_spec *as1 = lookup_attribute_spec (get_attribute_name (a1)); in attr_strcmp()
2396 const attribute_spec *as2 = lookup_attribute_spec (get_attribute_name (a2)); in attr_strcmp()
2427 tree name = get_attribute_name (a); in write_CV_qualifiers_for_type()
2443 = lookup_attribute_spec (get_attribute_name (a)); in write_CV_qualifiers_for_type()
H A Ddecl2.c1135 tree name = get_attribute_name (attr); in is_late_template_attribute()
1327 tree name = get_attribute_name (attrs); in attributes_naming_typedef_ok()
H A Dname-lookup.c5056 tree name = get_attribute_name (d); in handle_namespace_attrs()
7074 tree name = get_attribute_name (a); in finish_namespace_using_directive()
H A Dtree.c1350 = lookup_attribute_spec (get_attribute_name (a)); in apply_identity_attributes()
H A Dpt.c10652 get_attribute_name (t))) in tsubst_attribute()
10671 else if (attribute_takes_identifier_p (get_attribute_name (t))) in tsubst_attribute()
H A Dparser.c25371 tree name = get_attribute_name (attribute); in cp_parser_check_std_attribute()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c5596 tree name = get_attribute_name (t); in attribute_fallthrough_p()