Home
last modified time | relevance | path

Searched refs:comp_type_attributes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtarget.h410 int (* comp_type_attributes) (tree type1, tree type2); member
H A Dc-typeck.c853 if (!(attrval = targetm.comp_type_attributes (t1, t2))) in comptypes_internal()
H A DChangeLog-200119268 * target.h (struct gcc_target): Add comp_type_attributes and
19283 (comptypes): Use target.comp_type_attributes.
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c1135 return targetm.comp_type_attributes (t1, t2); in comptypes()
H A DChangeLog-20011602 (comptypes): Use target.comp_type_attributes.