HomeSort by: relevance | last modified time | path
    Searched defs:rprotos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 1533 tree rprotos = TYPE_OBJC_PROTOCOL_LIST (TREE_TYPE (rtype)); local
1535 if (rprotos)
1541 x = lookup_property_in_protocol_list (rprotos, property_ident);
1552 rprotos,
1569 rprotos,
5509 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
5607 /* 'rprotos' is the list of protocols that the receiver
5609 rprotos = (TYPE_HAS_OBJC_INFO (TREE_TYPE (rtype))
5621 if (rprotos)
5627 = lookup_method_in_protocol_list (rprotos, sel_name
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 1535 tree rprotos = TYPE_OBJC_PROTOCOL_LIST (TREE_TYPE (rtype)); local
1537 if (rprotos)
1543 x = lookup_property_in_protocol_list (rprotos, property_ident);
1554 rprotos,
1571 rprotos,
5511 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
5609 /* 'rprotos' is the list of protocols that the receiver
5611 rprotos = (TYPE_HAS_OBJC_INFO (TREE_TYPE (rtype))
5623 if (rprotos)
5629 = lookup_method_in_protocol_list (rprotos, sel_name
    [all...]

Completed in 32 milliseconds