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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6263 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype;
6319 rprotos = (TYPE_HAS_OBJC_INFO (TREE_TYPE (rtype))
6324 if (rprotos)
6329 = lookup_method_in_protocol_list (rprotos, sel_name,
6338 = lookup_method_in_protocol_list (rprotos, sel_name, 0);
6361 rprotos = TYPE_OBJC_PROTOCOL_LIST (rtype);
6393 if (!method_prototype && rprotos)
6395 = lookup_method_in_protocol_list (rprotos, sel_name,
6404 rtype = rprotos = NULL_TREE;
6414 if (rprotos)
6253 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
[all...]

Completed in 127 milliseconds