Home
last modified time | relevance | path

Searched refs:conforms_to_protocol (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c282 static int conforms_to_protocol PARAMS ((tree, tree));
5959 conforms_to_protocol (class, protocol) in conforms_to_protocol() function
5974 int tmp = super ? conforms_to_protocol (super, protocol) : 0;
6101 if (!super_class || !conforms_to_protocol (super_class, sub))
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c7277 conforms_to_protocol (tree class, tree protocol) in conforms_to_protocol() function
7290 int tmp = super ? conforms_to_protocol (super, protocol) : 0; in conforms_to_protocol()
7411 if (!super_class || !conforms_to_protocol (super_class, sub)) in check_protocol()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.615736 (conforms_to_protocol): Streamline.