Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c4923 tree method_prototype = NULL_TREE, class_ident = NULL_TREE; local
4972 method_prototype = lookup_instance_method_static (iface, sel_name);
4974 method_prototype = lookup_class_method_static (iface, sel_name);
4976 if (iface && !method_prototype)
4995 method_prototype = lookup_instance_method_static (iface, sel_name);
4997 if (! method_prototype && ctype && TYPE_PROTOCOL_LIST (ctype))
4998 method_prototype
5002 if (!method_prototype)
5016 method_prototype
5020 if (! method_prototype && TYPE_PROTOCOL_LIST (ctype))
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c6229 hash method_prototype = NULL; in lookup_method_in_hash_lists() local
6232 method_prototype = hash_lookup (nst_method_hash_list, in lookup_method_in_hash_lists()
6235 if (!method_prototype) in lookup_method_in_hash_lists()
6237 method_prototype = hash_lookup (cls_method_hash_list, in lookup_method_in_hash_lists()
6242 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists()
6253 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local
6318 method_prototype in objc_finish_message_expr()
6325 if (!method_prototype && !rtype && class_tree != NULL_TREE) in objc_finish_message_expr()
6327 method_prototype in objc_finish_message_expr()
6330 if (method_prototype) in objc_finish_message_expr()
[all …]