Home
last modified time | relevance | path

Searched refs:objc_start_struct (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-shared-support.c69 objc_start_struct (tree name) in objc_start_struct() function
166 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_super_template()
192 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD)); in build_method_template()
214 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE)); in build_method_prototype_template()
239 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_list_template()
272 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_prototype_list_template()
485 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE)); in build_module_descriptor()
576 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_ivar_list_template()
603 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_ivar_template()
H A Dobjc-next-runtime-abi-02.c549 objc_start_struct (get_identifier ("_message_ref_t")); in build_v2_message_ref_templates()
575 objc_start_struct (get_identifier ("_super_message_ref_t")); in build_v2_message_ref_templates()
640 objc_start_struct (get_identifier (UTAG_V2_CLASS_RO)); in build_v2_class_templates()
686 objc_start_struct (get_identifier (UTAG_V2_CLASS)); in build_v2_class_templates()
718 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
749 objc_start_struct (get_identifier (UTAG_V2_PROTOCOL)); in build_v2_protocol_template()
803 objc_start_struct (get_identifier ("_category_t")); in build_v2_category_template()
1793 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1821 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_v2_ivar_t_template()
2280 method_list_t_record = objc_start_struct (NULL_TREE); in build_v2_method_list_template()
[all …]
H A Dobjc-runtime-shared-support.h26 extern tree objc_start_struct (tree);
H A Dobjc-next-runtime-abi-01.c424 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_v1_class_template()
503 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_v1_category_template()
557 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_v1_protocol_template()
1051 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v1_property_template()
1081 objc_start_struct (get_identifier (UTAG_PROTOCOL_EXT)); in build_v1_objc_protocol_extension_template()
1114 objc_class_ext_template = objc_start_struct (get_identifier (UTAG_CLASS_EXT)); in build_objc_class_ext_template()
1258 property_list_t_record = objc_start_struct (NULL_TREE); in build_v1_property_list_template()
2189 objc_symtab_template = objc_start_struct (get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template()
2428 = objc_start_struct (get_identifier (UTAG_EXCDATA)); in build_next_objc_exception_stuff()
H A Dobjc-gnu-runtime-abi-01.c324 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
356 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_class_template()
423 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_category_template()
457 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_protocol_template()
1980 objc_symtab_template = objc_start_struct (get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template()
H A Dobjc-act.c319 type = objc_start_struct (NULL_TREE); in generate_struct_by_value_array()
2068 tree s = objc_start_struct (name); in objc_build_struct()
9529 objc_fast_enumeration_state_template = objc_start_struct (get_identifier in build_fast_enumeration_state_template()