Home
last modified time | relevance | path

Searched refs:merge_type_attributes (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDtarget.h401 tree (* merge_type_attributes) (tree, tree); member
HDtarget-def.h356 #define TARGET_MERGE_TYPE_ATTRIBUTES merge_type_attributes
HDc-typeck.c299 attributes = targetm.merge_type_attributes (t1, t2); in composite_type()
557 attributes = targetm.merge_type_attributes (t1, t2); in common_pointer_type()
HDtree.h3802 extern tree merge_type_attributes (tree, tree);
HDtree.c3606 merge_type_attributes (tree t1, tree t2) in merge_type_attributes() function
HDChangeLog-200119589 (merge_machine_type_attributes): Rename merge_type_attributes.
19592 * tree.h (merge_machine_type_attributes): Rename merge_type_attributes.
/NextBSD/contrib/gcc/cp/
HDtypeck.c269 attributes = (*targetm.merge_type_attributes) (t1, t2); in type_after_usual_arithmetic_conversions()
467 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type_r()
527 attributes = (*targetm.merge_type_attributes) (t1, t2); in composite_pointer_type()
623 attributes = (*targetm.merge_type_attributes) (t1, t2); in merge_types()
HDdecl.c1282 tree attribs = (*targetm.merge_type_attributes) in duplicate_decls()