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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c284 static int conforms_to_protocol PARAMS ((tree, tree));
5975 conforms_to_protocol (class, protocol)
5990 int tmp = super ? conforms_to_protocol (super, protocol) : 0;
6117 if (!super_class || !conforms_to_protocol (super_class, sub))
5959 conforms_to_protocol (class, protocol) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7293 conforms_to_protocol (tree class, tree protocol)
7306 int tmp = super ? conforms_to_protocol (super, protocol) : 0;
7427 if (!super_class || !conforms_to_protocol (super_class, sub))
7277 conforms_to_protocol (tree class, tree protocol) function

Completed in 197 milliseconds