Home
last modified time | relevance | path

Searched refs:build_objc_method_call (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-hooks.h80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); member
H A Dobjc-gnu-runtime-abi-01.c170 rthooks->build_objc_method_call = gnu_runtime_abi_01_build_objc_method_call; in objc_gnu_runtime_abi_01_init()
669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() function
748 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
H A Dobjc-next-runtime-abi-01.c170 rthooks->build_objc_method_call = next_runtime_abi_01_build_objc_method_call; in objc_next_runtime_abi_01_init()
820 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() function
903 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()
H A Dobjc-next-runtime-abi-02.c274 rthooks->build_objc_method_call = next_runtime_abi_02_build_objc_method_call; in objc_next_runtime_abi_02_init()
H A Dobjc-act.c5758 retval = (*runtime.build_objc_method_call) (input_location, method_prototype, in objc_finish_message_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-hooks.h80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); member
H A DChangeLog115 * objc-next-runtime-abi-01.c (build_objc_method_call): Likewise.
116 * objc-gnu-runtime-abi-01.c (build_objc_method_call): Likewise.
841 * objc-next-runtime-abi-01.c (build_objc_method_call): Pass vNULL to
844 * objc-gnu-runtime-abi-01.c: (build_objc_method_call): Pass vNULL to
1218 (build_objc_method_call): Call build_function_type_for_method.
1222 (build_objc_method_call): Call build_function_type_for_method.
1476 (objc_finish_message_expr): Call the build_objc_method_call
2027 (build_objc_method_call): Moved deprecation warnings from here ...
2188 (build_objc_method_call): Call warn_deprecated_use, not
2410 (build_objc_method_call): Inject method attribute into
[all …]
H A Dobjc-gnu-runtime-abi-01.cc170 rthooks->build_objc_method_call = gnu_runtime_abi_01_build_objc_method_call; in objc_gnu_runtime_abi_01_init()
669 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() function
749 return build_objc_method_call (loc, super, method_prototype, receiver, in gnu_runtime_abi_01_build_objc_method_call()
H A Dobjc-next-runtime-abi-01.cc171 rthooks->build_objc_method_call = next_runtime_abi_01_build_objc_method_call; in objc_next_runtime_abi_01_init()
821 build_objc_method_call (location_t loc, int super_flag, tree method_prototype, in build_objc_method_call() function
904 return build_objc_method_call (loc, super, method_prototype, in next_runtime_abi_01_build_objc_method_call()
H A Dobjc-next-runtime-abi-02.cc276 rthooks->build_objc_method_call = next_runtime_abi_02_build_objc_method_call; in objc_next_runtime_abi_02_init()
H A Dobjc-act.cc5844 retval = (*runtime.build_objc_method_call) (input_location, method_prototype, in objc_finish_message_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200427989 * objc-act.c (build_objc_method_call): Save the lookup_object
28314 * objc/objc-act.c (build_objc_method_call): Build an OBJ_TYPE_REF.
28765 build_objc_method_call): Update references to id_type.
28776 (synth_module_prologue, get_arg_type_list, build_objc_method_call):
46350 * objc/objc-act.c (build_objc_method_call): Use target
H A DChangeLog-20037819 (build_objc_method_call): Ditto; factor out commonalities between