Searched refs:attribute_value_equal (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | multiple_target.cc | 464 || !attribute_value_equal (attr_target, attr_target2)) in redirect_to_specific_clone() 476 && attribute_value_equal (attr_target, attr_target2)) in redirect_to_specific_clone()
|
H A D | attribs.h | 66 extern bool attribute_value_equal (const_tree, const_tree);
|
H A D | attribs.cc | 1391 attribute_value_equal (const_tree attr1, const_tree attr2) in attribute_value_equal() function 1449 if (!attr || !attribute_value_equal (a, attr)) in comp_type_attributes() 1655 a != NULL_TREE && !attribute_value_equal (a, a2); in merge_attributes() 1705 if (attribute_value_equal (attr, a2)) in duplicate_one_attribute() 1988 attr != NULL_TREE && !attribute_value_equal (t2, attr); in attribute_list_contained()
|
H A D | ChangeLog-2015 | 30022 * tree.c (attribute_value_equal): Handle attribute format. 35298 * tree.h (attribute_value_equal): Declare. 35299 * tree.c (attribute_value_equal): Export.
|
H A D | ChangeLog-2011 | 33502 (attribute_value_equal): New static helper function. 33504 (merge_attributes): Use attribute_value_equal for comparison.
|
H A D | ChangeLog-2013 | 10825 * tree.c (attribute_value_equal): Ditto. 15410 (attribute_value_equal): Use omp_declare_simd_clauses_equal.
|
H A D | ChangeLog-2017 | 10136 * attribs.c (attribute_value_equal): Use omp_declare_simd_clauses_equal 21092 (attribute_value_equal): Likewise.
|
H A D | ChangeLog-2016 | 19055 * tree.c (attribute_value_equal): Use get_attribute_name instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 61 extern bool attribute_value_equal (const_tree, const_tree);
|
H A D | attribs.c | 1269 attribute_value_equal (const_tree attr1, const_tree attr2) in attribute_value_equal() function 1327 if (!attr || !attribute_value_equal (a, attr)) in comp_type_attributes() 1456 a != NULL_TREE && !attribute_value_equal (a, a2); in merge_attributes() 1506 if (attribute_value_equal (attr, a2)) in duplicate_one_attribute() 1789 attr != NULL_TREE && !attribute_value_equal (t2, attr); in attribute_list_contained()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-symtab.cc | 581 || (prev_attr && !attribute_value_equal (prev_attr, attr))) in lto_symtab_merge_p() 592 || (prev_attr && !attribute_value_equal (prev_attr, attr))) in lto_symtab_merge_p()
|
H A D | ChangeLog | 829 * lto-symtab.c (lto_symtab_merge_p): Use attribute_value_equal
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-symtab.c | 581 || (prev_attr && !attribute_value_equal (prev_attr, attr))) in lto_symtab_merge_p() 592 || (prev_attr && !attribute_value_equal (prev_attr, attr))) in lto_symtab_merge_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 27045 return attr1 && attr2 && attribute_value_equal (attr1, attr2); in aarch64_comp_type_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 7682 if (attrs1 && !attribute_value_equal (attrs1, attrs2)) in arm_comp_type_attributes()
|