Home
last modified time | relevance | path

Searched refs:objc_instance_type (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h451 #define objc_instance_type objc_global_trees[OCTI_NST_TYPE] macro
H A Dobjc-gnu-runtime-abi-01.c607 receiver_type = objc_instance_type; in gnu_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-act.c5857 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
7129 objc_instance_type = build_pointer_type (uprivate_record); in continue_class()
8412 self_type = objc_instance_type; in synth_self_and_ucmd_args()
H A Dobjc-next-runtime-abi-01.c744 receiver_type = objc_instance_type; in next_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-02.c1166 receiver_type = objc_instance_type; in next_runtime_abi_02_get_arg_type_list_base()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h465 #define objc_instance_type objc_global_trees[OCTI_NST_TYPE] macro
H A Dobjc-gnu-runtime-abi-01.cc607 receiver_type = objc_instance_type; in gnu_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-act.cc5943 self_decl = convert (objc_instance_type, self_decl); /* cast */ in build_ivar_reference()
7229 objc_instance_type = build_pointer_type (uprivate_record); in continue_class()
8526 self_type = objc_instance_type; in synth_self_and_ucmd_args()
H A Dobjc-next-runtime-abi-01.cc745 receiver_type = objc_instance_type; in next_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-02.cc1168 receiver_type = objc_instance_type; in next_runtime_abi_02_get_arg_type_list_base()
H A DChangeLog3822 not set ivar_context, uprivate_record or objc_instance_type.
3843 uprivate_record and objc_instance_type, for @interfaces, call
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200428753 (instance_type): Rename to objc_instance_type.