Home
last modified time | relevance | path

Searched refs:create_hidden_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.c954 create_hidden_decl (tree type, const char *name, bool is_def = false);
957 create_hidden_decl (tree type, const char *name, bool is_def) in create_hidden_decl() function
1029 decl = create_hidden_decl (objc_v2_protocol_template, buf); in next_runtime_abi_02_protocol_decl()
2312 decl = create_hidden_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
3025 decl = create_hidden_decl (TREE_TYPE (size_zero_node), buf); in ivar_offset_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc956 create_hidden_decl (tree type, const char *name, bool is_def = false);
959 create_hidden_decl (tree type, const char *name, bool is_def) in create_hidden_decl() function
1031 decl = create_hidden_decl (objc_v2_protocol_template, buf); in next_runtime_abi_02_protocol_decl()
2318 decl = create_hidden_decl (objc_protocol_type, buf, /*is def=*/true); in build_v2_protocol_list_address_table()
3037 decl = create_hidden_decl (TREE_TYPE (size_zero_node), buf); in ivar_offset_ref()
H A DChangeLog320 (create_hidden_decl): Likewise.