Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c1391 tree rprotos = TYPE_OBJC_PROTOCOL_LIST (TREE_TYPE (rtype)); in objc_maybe_build_component_ref() local
1393 if (rprotos) in objc_maybe_build_component_ref()
1399 x = lookup_property_in_protocol_list (rprotos, property_ident); in objc_maybe_build_component_ref()
1410 rprotos, in objc_maybe_build_component_ref()
1427 rprotos, in objc_maybe_build_component_ref()
5327 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local
5424 rprotos = (TYPE_HAS_OBJC_INFO (TREE_TYPE (rtype)) in objc_finish_message_expr()
5436 if (rprotos) in objc_finish_message_expr()
5442 = lookup_method_in_protocol_list (rprotos, sel_name, in objc_finish_message_expr()
5451 = lookup_method_in_protocol_list (rprotos, sel_name, 0); in objc_finish_message_expr()
[all …]