Searched refs:comp_type_attributes (Results 1 – 5 of 5) sorted by relevance
410 int (* comp_type_attributes) (tree type1, tree type2); member
853 if (!(attrval = targetm.comp_type_attributes (t1, t2))) in comptypes_internal()
19268 * target.h (struct gcc_target): Add comp_type_attributes and19283 (comptypes): Use target.comp_type_attributes.
1135 return targetm.comp_type_attributes (t1, t2); in comptypes()
1602 (comptypes): Use target.comp_type_attributes.