Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h37 extern tree get_attribute_name (const_tree);
200 size_t ident_len = IDENTIFIER_LENGTH (get_attribute_name (list)); in lookup_attribute_by_prefix()
208 const char *p = IDENTIFIER_POINTER (get_attribute_name (list)); in lookup_attribute_by_prefix()
H A Dattribs.c553 tree name = get_attribute_name (attr); in decl_attributes()
837 get_attribute_name (const_tree attr) in get_attribute_name() function
1280 if (is_attribute_p ("format", get_attribute_name (attr1))) in attribute_value_equal()
1322 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1336 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1390 gcc_checking_assert (TREE_CODE (get_attribute_name (list)) in lookup_ident_attribute()
1394 get_attribute_name (list))) in lookup_ident_attribute()
1416 tree attr = get_attribute_name (l); in remove_attribute()
1454 for (a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
1457 a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc699 tree name = get_attribute_name (attr); in decl_attributes()
993 get_attribute_name (const_tree attr) in get_attribute_name() function
1402 if (is_attribute_p ("format", get_attribute_name (attr1))) in attribute_value_equal()
1444 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1458 as = lookup_attribute_spec (get_attribute_name (a)); in comp_type_attributes()
1500 tree name = get_attribute_name (attr); in remove_attributes_matching()
1589 gcc_checking_assert (TREE_CODE (get_attribute_name (list)) in lookup_ident_attribute()
1593 get_attribute_name (list))) in lookup_ident_attribute()
1615 tree attr = get_attribute_name (l); in remove_attribute()
1653 for (a = lookup_ident_attribute (get_attribute_name (a2), in merge_attributes()
[all …]
H A Dattribs.h38 extern tree get_attribute_name (const_tree);
229 tree name = get_attribute_name (list); in lookup_attribute_by_prefix()
H A Dipa-param-manipulation.cc373 (get_attribute_name (t))) in build_adjusted_function_type()
H A Dipa-fnsummary.cc3161 (get_attribute_name (list))) in compute_fn_summary()
3167 IDENTIFIER_POINTER (get_attribute_name (list))); in compute_fn_summary()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c2571 tree atname = get_attribute_name (at); in handle_copy_attribute()
3240 tree a = get_attribute_name (attrs); in parse_tm_stmt_attr()
3324 tree name = get_attribute_name (list); in find_tm_attribute()
4575 tree atname = get_attribute_name (attr); in validate_attribute()
4694 tree atname = get_attribute_name (attr); in has_attribute()
H A Dc-common.c5700 tree name = get_attribute_name (t); in attribute_fallthrough_p()
5707 get_attribute_name (t)); in attribute_fallthrough_p()
5802 if (is_attribute_p ("format_arg", get_attribute_name (attrs))) in check_function_arguments_recurse()
7672 if (is_attribute_p ("format", get_attribute_name (ra))) in check_missing_format_attribute()
7678 if (is_attribute_p ("format", get_attribute_name (la))) in check_missing_format_attribute()
H A Dc-format.c1187 if (is_attribute_p ("format", get_attribute_name (a))) in check_function_format()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc2440 const attribute_spec *as1 = lookup_attribute_spec (get_attribute_name (a1)); in attr_strcmp()
2441 const attribute_spec *as2 = lookup_attribute_spec (get_attribute_name (a2)); in attr_strcmp()
2499 if (mangle_type_attribute_p (get_attribute_name (a))) in write_CV_qualifiers_for_type()
2510 = lookup_attribute_spec (get_attribute_name (a)); in write_CV_qualifiers_for_type()
H A Dcp-gimplify.cc3059 tree name = get_attribute_name (list); in lookup_hotness_attribute()
3091 tree name = get_attribute_name (attr); in process_stmt_hotness_attribute()
3100 get_attribute_name (other), name); in process_stmt_hotness_attribute()
H A Ddecl2.cc1283 tree name = get_attribute_name (attr); in is_late_template_attribute()
1477 tree name = get_attribute_name (attrs); in attributes_naming_typedef_ok()
1562 = is_attribute_p ("aligned", get_attribute_name (attr)); in cp_check_const_attributes()
1735 tree name = get_attribute_name (*pa); in cplus_decl_attributes()
H A Dname-lookup.cc5991 tree name = get_attribute_name (d); in handle_namespace_attrs()
8573 tree name = get_attribute_name (a); in finish_using_directive()
H A DChangeLog-2013566 * name-lookup.c (handle_namespace_attrs): Use get_attribute_name.
775 * pt.c (apply_late_template_attributes): Use get_attribute_name,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c2355 const attribute_spec *as1 = lookup_attribute_spec (get_attribute_name (a1)); in attr_strcmp()
2356 const attribute_spec *as2 = lookup_attribute_spec (get_attribute_name (a2)); in attr_strcmp()
2414 if (mangle_type_attribute_p (get_attribute_name (a))) in write_CV_qualifiers_for_type()
2425 = lookup_attribute_spec (get_attribute_name (a)); in write_CV_qualifiers_for_type()
H A Dcp-gimplify.c3152 tree name = get_attribute_name (list); in lookup_hotness_attribute()
3184 tree name = get_attribute_name (attr); in process_stmt_hotness_attribute()
3193 get_attribute_name (other), name); in process_stmt_hotness_attribute()
H A Ddecl2.c1147 tree name = get_attribute_name (attr); in is_late_template_attribute()
1338 tree name = get_attribute_name (attrs); in attributes_naming_typedef_ok()
H A Dname-lookup.c4956 tree name = get_attribute_name (d); in handle_namespace_attrs()
7306 tree name = get_attribute_name (a); in finish_using_directive()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc2928 tree atname = get_attribute_name (at); in handle_copy_attribute()
3870 tree a = get_attribute_name (attrs); in parse_tm_stmt_attr()
3954 tree name = get_attribute_name (list); in find_tm_attribute()
5865 tree atname = get_attribute_name (attr); in validate_attribute()
5984 tree atname = get_attribute_name (attr); in has_attribute()
H A Dc-common.cc6036 tree name = get_attribute_name (t); in attribute_fallthrough_p()
6043 get_attribute_name (t)); in attribute_fallthrough_p()
6146 if (is_attribute_p ("format_arg", get_attribute_name (attrs))) in check_function_arguments_recurse()
8104 if (is_attribute_p ("format", get_attribute_name (ra))) in check_missing_format_attribute()
8110 if (is_attribute_p ("format", get_attribute_name (la))) in check_missing_format_attribute()
H A Dc-format.cc1179 if (is_attribute_p ("format", get_attribute_name (a))) in check_function_format()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4557 get_attribute_name (t)); in c_warn_unused_attributes()
4560 get_attribute_name (t)); in c_warn_unused_attributes()
4575 get_attribute_name (*attr_ptr)); in c_warn_type_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4648 get_attribute_name (t)); in c_warn_unused_attributes()
4651 get_attribute_name (t)); in c_warn_unused_attributes()
4666 get_attribute_name (*attr_ptr)); in c_warn_type_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3677 tree name = get_attribute_name (attr); in get_arm_sve_vector_bits_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3677 tree name = get_attribute_name (attr); in get_arm_sve_vector_bits_attributes()

123