/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 37 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 D | attribs.c | 553 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 D | attribs.cc | 699 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 D | attribs.h | 38 extern tree get_attribute_name (const_tree); 229 tree name = get_attribute_name (list); in lookup_attribute_by_prefix()
|
H A D | ipa-param-manipulation.cc | 373 (get_attribute_name (t))) in build_adjusted_function_type()
|
H A D | ipa-fnsummary.cc | 3161 (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 D | c-attribs.c | 2571 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 D | c-common.c | 5700 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 D | c-format.c | 1187 if (is_attribute_p ("format", get_attribute_name (a))) in check_function_format()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | mangle.cc | 2440 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 D | cp-gimplify.cc | 3059 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 D | decl2.cc | 1283 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 D | name-lookup.cc | 5991 tree name = get_attribute_name (d); in handle_namespace_attrs() 8573 tree name = get_attribute_name (a); in finish_using_directive()
|
H A D | ChangeLog-2013 | 566 * 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 D | mangle.c | 2355 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 D | cp-gimplify.c | 3152 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 D | decl2.c | 1147 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 D | name-lookup.c | 4956 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 D | c-attribs.cc | 2928 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 D | c-common.cc | 6036 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 D | c-format.cc | 1179 if (is_attribute_p ("format", get_attribute_name (a))) in check_function_format()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 4557 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 D | c-decl.cc | 4648 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 D | aarch64-sve-builtins.cc | 3677 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 D | aarch64-sve-builtins.cc | 3677 tree name = get_attribute_name (attr); in get_arm_sve_vector_bits_attributes()
|