Searched refs:merge_decl_attributes (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtarget-def.h355 #define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
H A Dtarget.h398 tree (* merge_decl_attributes) (tree, tree); member in struct:gcc_target
H A Dtree.h3821 extern tree merge_decl_attributes (tree, tree);
H A Dtree.c3637 merge_decl_attributes (tree olddecl, tree newdecl)
3645 /* Specialization of merge_decl_attributes for various Windows targets.
3616 merge_decl_attributes (tree olddecl, tree newdecl) function
H A Dc-decl.c1687 = targetm.merge_decl_attributes (olddecl, newdecl);
/freebsd-12-stable/contrib/gcc/cp/
H A Ddecl.c1633 = (*targetm.merge_decl_attributes) (olddecl, newdecl);

Completed in 229 milliseconds