Searched refs:merge_type_attributes (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget-def.h356 #define TARGET_MERGE_TYPE_ATTRIBUTES merge_type_attributes
H A Dtarget.h401 tree (* merge_type_attributes) (tree, tree); member in struct:gcc_target
H A Dc-typeck.c298 attributes = targetm.merge_type_attributes (t1, t2);
552 attributes = targetm.merge_type_attributes (t1, t2);
H A Dtree.h3757 extern tree merge_type_attributes (tree, tree);
H A Dtree.c3623 merge_type_attributes (tree t1, tree t2)
3602 merge_type_attributes (tree t1, tree t2) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c269 attributes = (*targetm.merge_type_attributes) (t1, t2);
461 attributes = (*targetm.merge_type_attributes) (t1, t2);
521 attributes = (*targetm.merge_type_attributes) (t1, t2);
607 attributes = (*targetm.merge_type_attributes) (t1, t2);
H A Ddecl.c1286 tree attribs = (*targetm.merge_type_attributes)

Completed in 155 milliseconds