Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.h428 #define objc_protocol_type objc_global_trees[OCTI_PROTO_TYPE] macro
H A Dobjc-next-runtime-abi-02.c1250 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocollist_ref_decl()
2110 expr = convert (objc_protocol_type, build_fold_addr_expr (expr)); in build_v2_protocol_list_translation_table()
2151 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocol_list_address_table()
2152 expr = convert (objc_protocol_type, build_fold_addr_expr (ref->refdecl)); in build_v2_protocol_list_address_table()
H A Dobjc-gnu-runtime-abi-01.c753 expr = convert (objc_protocol_type, expr); in gnu_runtime_abi_01_get_protocol_reference()
H A Dobjc-next-runtime-abi-01.c913 return convert (objc_protocol_type, expr); in next_runtime_abi_01_get_protocol_reference()
H A Dobjc-act.c2950 objc_protocol_type = build_pointer_type (xref_tag (RECORD_TYPE, type)); in synth_module_prologue()