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

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lang.c122 maybe_objc_comptypes (lhs, rhs, reflexive) function
H A Dc-tree.h170 extern int maybe_objc_comptypes PROTO((tree, tree, int));
H A Dc-typeck.c521 if (maybe_objc_comptypes (t1, t2, 0) == 1)
540 /* Give maybe_objc_comptypes a crack at letting these types through. */
541 if ((val = maybe_objc_comptypes (ttl, ttr, 1)) >= 0)
4065 maybe_objc_comptypes (type, rhstype, 0);
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlang.c115 maybe_objc_comptypes (lhs, rhs)
114 maybe_objc_comptypes (lhs, rhs) function
H A Dch-tree.h379 extern int maybe_objc_comptypes ();
951 extern int maybe_objc_comptypes PROTO((tree, tree));
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c763 maybe_objc_comptypes (lhs, rhs, reflexive)
759 maybe_objc_comptypes (lhs, rhs, reflexive) function

Completed in 188 milliseconds