Home
last modified time | relevance | path

Searched refs:objc_protocol_type (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1301 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocollist_ref_decl()
2269 expr = convert (objc_protocol_type, build_fold_addr_expr (expr)); in build_v2_protocol_list_translation_table()
2312 decl = create_hidden_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
2316 decl = create_global_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
2317 expr = convert (objc_protocol_type, build_fold_addr_expr (ref->refdecl)); in build_v2_protocol_list_address_table()
H A Dobjc-act.h452 #define objc_protocol_type objc_global_trees[OCTI_PROTO_TYPE] macro
H A Dobjc-gnu-runtime-abi-01.c763 expr = convert (objc_protocol_type, expr); in gnu_runtime_abi_01_get_protocol_reference()
H A Dobjc-next-runtime-abi-01.c916 return convert (objc_protocol_type, expr); in next_runtime_abi_01_get_protocol_reference()
H A Dobjc-act.c3061 objc_protocol_type = build_pointer_type (xref_tag (RECORD_TYPE, type)); in synth_module_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc1303 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocollist_ref_decl()
2275 expr = convert (objc_protocol_type, build_fold_addr_expr (expr)); in build_v2_protocol_list_translation_table()
2318 decl = create_hidden_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
2322 decl = create_global_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
2323 expr = convert (objc_protocol_type, build_fold_addr_expr (ref->refdecl)); in build_v2_protocol_list_address_table()
H A Dobjc-act.h466 #define objc_protocol_type objc_global_trees[OCTI_PROTO_TYPE] macro
H A Dobjc-gnu-runtime-abi-01.cc764 expr = convert (objc_protocol_type, expr); in gnu_runtime_abi_01_get_protocol_reference()
H A Dobjc-next-runtime-abi-01.cc917 return convert (objc_protocol_type, expr); in next_runtime_abi_01_get_protocol_reference()
H A Dobjc-act.cc3137 objc_protocol_type = build_pointer_type (xref_tag (RECORD_TYPE, type)); in synth_module_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200428754 (protocol_type): Rename to objc_protocol_type.