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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1071 bool pointers_compatible;
1131 pointers_compatible = (TYPE_MAIN_VARIANT (ltyp) == TYPE_MAIN_VARIANT (rtyp));
1135 if (pointers_compatible && (!lproto || !rproto))
1141 pointers_compatible = false;
1145 if (!pointers_compatible)
1146 pointers_compatible
1149 if (!pointers_compatible)
1150 pointers_compatible = DERIVED_FROM_P (ltyp, rtyp);
1152 if (!pointers_compatible && argno == -3)
1153 pointers_compatible
1068 bool pointers_compatible; local
[all...]

Completed in 191 milliseconds