Searched refs:add_objc_string (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 211 static tree add_objc_string (tree, enum string_section); 1992 add_objc_string (OBJC_TYPE_NAME (class_decl), class_names); in objc_add_static_instance() 2260 expr = add_objc_string (get_identifier (""), class_names); in init_module_descriptor() 2505 add_objc_string (ident, meth_var_names)); in build_selector() 2604 return add_objc_string (encoding, meth_var_types); in get_proto_encoding() 2785 add_objc_string (tree ident, enum string_section section) in add_objc_string() function 3434 return add_objc_string (OBJC_TYPE_NAME (TREE_TYPE (type)), class_names); in objc_eh_runtime_type() 4179 add_objc_string (METHOD_ENCODING (entries), in build_descriptor_table_initializer() 4659 protocol_name_expr = add_objc_string (PROTOCOL_NAME (p), class_names); in generate_protocols() 5138 add_objc_string (DECL_NAME (field_decl), in build_ivar_list_initializer() [all …]
|
| H A D | ChangeLog | 115 (add_objc_string): here when creating a new string decl. 709 (add_objc_string): Cast return value to 'char *'.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 188 static tree add_objc_string PARAMS ((tree, 1374 add_objc_string (TYPE_NAME (class_decl), class_names); 1662 expr = add_objc_string (get_identifier (input_filename), class_names); 2011 tree expr = add_objc_string (ident, meth_var_names); 2129 return add_objc_string (encoding, meth_var_types); 2293 add_objc_string (ident, section) in add_objc_string() function 2628 add_objc_string (METHOD_ENCODING (entries), 3146 protocol_name_expr = add_objc_string (PROTOCOL_NAME (p), class_names); in generate_protocols() 3796 add_objc_string (DECL_NAME (field_decl), 3813 add_objc_string (get_identifier (obstack_finish (&util_obstack)), [all …]
|