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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1010 objc_compare_protocols (tree lcls, tree ltyp, tree rcls, tree rtyp, bool warn)
1024 if (!objc_lookup_protocol (TREE_VALUE (p), rcls, rtyp, warn))
1039 if (!objc_lookup_protocol (TREE_VALUE (p), rcls, rtyp, warn))
1048 return have_lproto || (rcls != NULL_TREE);
1070 tree lcls, rcls, lproto, rproto;
1110 rcls = TYPE_OBJC_INTERFACE (rtyp);
1114 rcls = rproto = NULL_TREE;
1123 if (rcls && TREE_CODE (rcls) == IDENTIFIER_NODE)
1124 rcls
1007 objc_compare_protocols(tree lcls, tree ltyp, tree rcls, tree rtyp, bool warn) argument
1067 tree lcls, rcls, lproto, rproto; local
[all...]

Completed in 97 milliseconds