Searched refs:method_prototype (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.c | 659 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument 675 = (method_prototype in build_objc_method_call() 676 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call() 679 = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call() 684 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call() 687 (method_prototype)); in build_objc_method_call() 726 tree method_prototype, in gnu_runtime_abi_01_build_objc_method_call() argument 736 method_prototype); in gnu_runtime_abi_01_build_objc_method_call() 738 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
|
| H A D | objc-act.c | 5292 tree method_prototype = OBJC_MAP_NOT_FOUND; in lookup_method_in_hash_lists() local 5295 method_prototype = objc_map_get (instance_method_map, sel_name); in lookup_method_in_hash_lists() 5297 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists() 5299 method_prototype = objc_map_get (class_method_map, sel_name); in lookup_method_in_hash_lists() 5302 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists() 5306 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists() 5327 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local 5441 method_prototype in objc_finish_message_expr() 5448 if (!method_prototype && !rtype && class_tree != NULL_TREE) in objc_finish_message_expr() 5450 method_prototype in objc_finish_message_expr() [all …]
|
| H A D | objc-next-runtime-abi-01.c | 817 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument 830 = (method_prototype in build_objc_method_call() 831 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call() 833 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call() 836 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call() 839 (method_prototype)); in build_objc_method_call() 890 tree method_prototype, in next_runtime_abi_01_build_objc_method_call() argument 900 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()
|
| H A D | objc-next-runtime-abi-02.c | 1575 build_v2_build_objc_method_call (int super_flag, tree method_prototype, in build_v2_build_objc_method_call() argument 1583 = (method_prototype in build_v2_build_objc_method_call() 1584 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_v2_build_objc_method_call() 1586 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_v2_build_objc_method_call() 1590 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_v2_build_objc_method_call() 1592 ftype, METHOD_TYPE_ATTRIBUTES (method_prototype)); in build_v2_build_objc_method_call() 1658 tree method_prototype, in next_runtime_abi_02_build_objc_method_call() argument 1669 ret_type = method_prototype in next_runtime_abi_02_build_objc_method_call() 1670 ? TREE_VALUE (TREE_TYPE (method_prototype)) in next_runtime_abi_02_build_objc_method_call() 1715 return build_v2_build_objc_method_call (super, method_prototype, in next_runtime_abi_02_build_objc_method_call()
|