Home
last modified time | relevance | path

Searched refs:merge_decl_attributes (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtarget.h221 tree (* merge_decl_attributes) PARAMS ((tree, tree));
H A Dtarget-def.h221 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
H A Dtree.h2383 extern tree merge_decl_attributes PARAMS ((tree, tree));
H A Dtree.c2719 merge_decl_attributes (olddecl, newdecl) in merge_decl_attributes() function
H A Dc-decl.c909 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
H A DChangeLog.5383 (merge_machine_decl_attributes): Rename merge_decl_attributes.
386 (merge_machine_decl_attributes): Rename merge_decl_attributes.
/openbsd/gnu/gcc/gcc/
H A Dtarget.h394 tree (* merge_decl_attributes) (tree, tree); member
H A Dtarget-def.h352 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
H A Dtree.h3719 extern tree merge_decl_attributes (tree, tree);
H A Dtree.c3611 merge_decl_attributes (tree olddecl, tree newdecl) in merge_decl_attributes() function
H A Dc-decl.c1641 = targetm.merge_decl_attributes (olddecl, newdecl); in merge_decls()
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c1615 = (*targetm.merge_decl_attributes) (olddecl, newdecl); in duplicate_decls()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c3734 = (*targetm.merge_decl_attributes) (olddecl, newdecl);