Searched refs:merge_decl_attributes (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | target.h | 221 tree (* merge_decl_attributes) PARAMS ((tree, tree));
|
H A D | target-def.h | 221 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
|
H A D | tree.h | 2383 extern tree merge_decl_attributes PARAMS ((tree, tree));
|
H A D | tree.c | 2719 merge_decl_attributes (olddecl, newdecl) in merge_decl_attributes() function
|
H A D | c-decl.c | 909 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
|
H A D | ChangeLog.5 | 383 (merge_machine_decl_attributes): Rename merge_decl_attributes. 386 (merge_machine_decl_attributes): Rename merge_decl_attributes.
|
/openbsd/gnu/gcc/gcc/ |
H A D | target.h | 394 tree (* merge_decl_attributes) (tree, tree); member
|
H A D | target-def.h | 352 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
|
H A D | tree.h | 3719 extern tree merge_decl_attributes (tree, tree);
|
H A D | tree.c | 3611 merge_decl_attributes (tree olddecl, tree newdecl) in merge_decl_attributes() function
|
H A D | c-decl.c | 1641 = targetm.merge_decl_attributes (olddecl, newdecl); in merge_decls()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl.c | 1615 = (*targetm.merge_decl_attributes) (olddecl, newdecl); in duplicate_decls()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 3734 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
|