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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c4932 tree method_prototype = NULL_TREE, class_ident = NULL_TREE;
4981 method_prototype = lookup_instance_method_static (iface, sel_name);
4983 method_prototype = lookup_class_method_static (iface, sel_name);
4985 if (iface && !method_prototype)
5004 method_prototype = lookup_instance_method_static (iface, sel_name);
5006 if (! method_prototype && ctype && TYPE_PROTOCOL_LIST (ctype))
5007 method_prototype
5011 if (!method_prototype)
5025 method_prototype
5029 if (! method_prototype
4923 tree method_prototype = NULL_TREE, class_ident = NULL_TREE; local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6239 hash method_prototype = NULL;
6242 method_prototype = hash_lookup (nst_method_hash_list,
6245 if (!method_prototype)
6247 method_prototype = hash_lookup (cls_method_hash_list,
6252 return check_duplicates (method_prototype, 1, is_class);
6263 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype;
6328 method_prototype
6335 if (!method_prototype && !rtype && class_tree != NULL_TREE)
6337 method_prototype
6340 if (method_prototype)
6229 hash method_prototype = NULL; local
6253 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; local
6468 build_objc_method_call(int super_flag, tree method_prototype, tree lookup_object, tree selector, tree method_params) argument
[all...]

Completed in 81 milliseconds