Home
last modified time | relevance | path

Searched refs:create_global_decl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c928 create_global_decl (tree type, const char *name, bool is_def = false);
931 create_global_decl (tree type, const char *name, bool is_def) in create_global_decl() function
959 tree decl = create_global_decl (type, name, is_def); in create_hidden_decl()
987 decl = create_global_decl (objc_v2_class_template, buf); in next_runtime_abi_02_class_decl()
1000 decl = create_global_decl (objc_v2_class_template, buf); in next_runtime_abi_02_metaclass_decl()
1301 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocollist_ref_decl()
2316 decl = create_global_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
3023 decl = create_global_decl (TREE_TYPE (size_zero_node), buf); in ivar_offset_ref()
3708 ehtype_decl = create_global_decl (objc_v2_ehtype_template, eh_name); in build_ehtype()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc930 create_global_decl (tree type, const char *name, bool is_def = false);
933 create_global_decl (tree type, const char *name, bool is_def) in create_global_decl() function
961 tree decl = create_global_decl (type, name, is_def); in create_hidden_decl()
989 decl = create_global_decl (objc_v2_class_template, buf); in next_runtime_abi_02_class_decl()
1002 decl = create_global_decl (objc_v2_class_template, buf); in next_runtime_abi_02_metaclass_decl()
1303 decl = create_global_decl (objc_protocol_type, buf); in build_v2_protocollist_ref_decl()
2322 decl = create_global_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
3035 decl = create_global_decl (TREE_TYPE (size_zero_node), buf); in ivar_offset_ref()
3724 ehtype_decl = create_global_decl (objc_v2_ehtype_template, eh_name); in build_ehtype()
H A DChangeLog318 (create_global_decl): Update to allow the caller to