Searched refs:merge_type_attributes (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 70 extern tree merge_type_attributes (tree, tree);
|
H A D | attribs.c | 1476 merge_type_attributes (tree t1, tree t2) in merge_type_attributes() function
|
H A D | target.def | 2199 (merge_type_attributes, 2207 merge_type_attributes)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 78 extern tree merge_type_attributes (tree, tree);
|
H A D | attribs.cc | 1675 merge_type_attributes (tree t1, tree t2) in merge_type_attributes() function
|
H A D | ChangeLog-2001 | 19589 (merge_machine_type_attributes): Rename merge_type_attributes. 19592 * tree.h (merge_machine_type_attributes): Rename merge_type_attributes.
|
H A D | ChangeLog-2017 | 21098 (merge_type_attributes): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 270 tree attrs = targetm.merge_type_attributes (type, other_type); in merge_type_attributes_from() 292 attributes = (*targetm.merge_type_attributes) (t1, t2); in cp_common_type() 581 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type_r() 665 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type() 785 attributes = (*targetm.merge_type_attributes) (t1, t2); in merge_types()
|
H A D | decl.cc | 1720 tree attribs = (*targetm.merge_type_attributes) in duplicate_decls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 273 attributes = (*targetm.merge_type_attributes) (t1, t2); in cp_common_type() 555 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type_r() 639 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type() 757 attributes = (*targetm.merge_type_attributes) (t1, t2); in merge_types()
|
H A D | decl.c | 1633 tree attribs = (*targetm.merge_type_attributes) in duplicate_decls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 405 attributes = targetm.merge_type_attributes (t1, t2); in composite_type() 674 attributes = targetm.merge_type_attributes (t1, t2); in common_pointer_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 409 attributes = targetm.merge_type_attributes (t1, t2); in composite_type() 678 attributes = targetm.merge_type_attributes (t1, t2); in common_pointer_type()
|