Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1623 build_v2_objc_method_fixup_call (int super_flag, tree method_prototype, in build_v2_objc_method_fixup_call() argument
1630 = (method_prototype in build_v2_objc_method_fixup_call()
1631 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_v2_objc_method_fixup_call()
1633 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_v2_objc_method_fixup_call()
1637 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_v2_objc_method_fixup_call()
1639 ftype, METHOD_TYPE_ATTRIBUTES (method_prototype)); in build_v2_objc_method_fixup_call()
1701 build_v2_build_objc_method_call (int super, tree method_prototype, in build_v2_build_objc_method_call() argument
1715 = (method_prototype in build_v2_build_objc_method_call()
1716 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_v2_build_objc_method_call()
1718 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_v2_build_objc_method_call()
[all …]
H A Dobjc-gnu-runtime-abi-01.c669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
685 = (method_prototype in build_objc_method_call()
686 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call()
689 = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call()
694 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call()
697 (method_prototype)); in build_objc_method_call()
736 tree method_prototype, in gnu_runtime_abi_01_build_objc_method_call() argument
746 method_prototype); in gnu_runtime_abi_01_build_objc_method_call()
748 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
H A Dobjc-act.c5397 tree method_prototype = OBJC_MAP_NOT_FOUND; in lookup_method_in_hash_lists() local
5400 method_prototype = objc_map_get (instance_method_map, sel_name); in lookup_method_in_hash_lists()
5402 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists()
5404 method_prototype = objc_map_get (class_method_map, sel_name); in lookup_method_in_hash_lists()
5407 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists()
5411 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists()
5432 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local
5549 method_prototype in objc_finish_message_expr()
5556 if (!method_prototype && !rtype && class_tree != NULL_TREE) in objc_finish_message_expr()
5558 method_prototype in objc_finish_message_expr()
[all …]
H A Dobjc-next-runtime-abi-01.c820 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
833 = (method_prototype in build_objc_method_call()
834 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call()
836 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call()
839 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call()
842 (method_prototype)); in build_objc_method_call()
893 tree method_prototype, in next_runtime_abi_01_build_objc_method_call() argument
903 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc1625 build_v2_objc_method_fixup_call (int super_flag, tree method_prototype, in build_v2_objc_method_fixup_call() argument
1632 = (method_prototype in build_v2_objc_method_fixup_call()
1633 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_v2_objc_method_fixup_call()
1635 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_v2_objc_method_fixup_call()
1639 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_v2_objc_method_fixup_call()
1641 ftype, METHOD_TYPE_ATTRIBUTES (method_prototype)); in build_v2_objc_method_fixup_call()
1706 build_v2_build_objc_method_call (int super, tree method_prototype, in build_v2_build_objc_method_call() argument
1720 = (method_prototype in build_v2_build_objc_method_call()
1721 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_v2_build_objc_method_call()
1723 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_v2_build_objc_method_call()
[all …]
H A Dobjc-gnu-runtime-abi-01.cc669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
685 = (method_prototype in build_objc_method_call()
686 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call()
689 = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call()
694 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call()
697 (method_prototype)); in build_objc_method_call()
737 tree method_prototype, in gnu_runtime_abi_01_build_objc_method_call() argument
747 method_prototype); in gnu_runtime_abi_01_build_objc_method_call()
749 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
H A Dobjc-act.cc5476 tree method_prototype = OBJC_MAP_NOT_FOUND; in lookup_method_in_hash_lists() local
5479 method_prototype = objc_map_get (instance_method_map, sel_name); in lookup_method_in_hash_lists()
5481 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists()
5483 method_prototype = objc_map_get (class_method_map, sel_name); in lookup_method_in_hash_lists()
5486 if (method_prototype == OBJC_MAP_NOT_FOUND) in lookup_method_in_hash_lists()
5490 return check_duplicates (method_prototype, 1, is_class); in lookup_method_in_hash_lists()
5511 tree method_prototype = NULL_TREE, rprotos = NULL_TREE, rtype; in objc_finish_message_expr() local
5628 method_prototype in objc_finish_message_expr()
5635 if (!method_prototype && !rtype && class_tree != NULL_TREE) in objc_finish_message_expr()
5637 method_prototype in objc_finish_message_expr()
[all …]
H A Dobjc-next-runtime-abi-01.cc821 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() argument
834 = (method_prototype in build_objc_method_call()
835 ? TREE_VALUE (TREE_TYPE (method_prototype)) in build_objc_method_call()
837 tree ftype = build_function_type_for_method (ret_type, method_prototype, in build_objc_method_call()
840 if (method_prototype && METHOD_TYPE_ATTRIBUTES (method_prototype)) in build_objc_method_call()
843 (method_prototype)); in build_objc_method_call()
894 tree method_prototype, in next_runtime_abi_01_build_objc_method_call() argument
904 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()