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

/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c340 static int conforms_to_protocol PROTO((tree, tree));
6002 conforms_to_protocol (class, protocol)
6018 int tmp = super ? conforms_to_protocol (super, protocol) : 0;
6141 if (! conforms_to_protocol (super_class, PROTOCOL_LIST (p)))
5986 conforms_to_protocol (class, protocol) function
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c6608 conforms_to_protocol (tree klass, tree protocol)
6621 int tmp = super ? conforms_to_protocol (super, protocol) : 0;
6767 if (!super_class || !conforms_to_protocol (super_class, sub))
6605 conforms_to_protocol (tree klass, tree protocol) function

Completed in 137 milliseconds