Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-shared-support.c63 objc_start_struct (tree name) in objc_start_struct() function
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_super_template()
189 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD)); in build_method_template()
211 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE)); in build_method_prototype_template()
236 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_list_template()
269 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_prototype_list_template()
482 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE)); in build_module_descriptor()
570 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_ivar_list_template()
597 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_ivar_template()
H A Dobjc-runtime-shared-support.h26 extern tree objc_start_struct (tree);
H A Dobjc-next-runtime-abi-02.c575 objc_start_struct (get_identifier ("_message_ref_t")); in build_v2_message_ref_templates()
601 objc_start_struct (get_identifier ("_super_message_ref_t")); in build_v2_message_ref_templates()
666 objc_start_struct (get_identifier (UTAG_V2_CLASS_RO)); in build_v2_class_templates()
712 objc_start_struct (get_identifier (UTAG_V2_CLASS)); in build_v2_class_templates()
744 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
778 objc_start_struct (get_identifier (UTAG_V2_PROTOCOL)); in build_v2_protocol_template()
842 objc_start_struct (get_identifier ("_category_t")); in build_v2_category_template()
1960 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1988 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_v2_ivar_t_template()
2446 method_list_t_record = objc_start_struct (NULL_TREE); in build_v2_method_list_template()
[all …]
H A Dobjc-next-runtime-abi-01.c426 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_v1_class_template()
505 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_v1_category_template()
559 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_v1_protocol_template()
1053 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v1_property_template()
1083 objc_start_struct (get_identifier (UTAG_PROTOCOL_EXT)); in build_v1_objc_protocol_extension_template()
1116 objc_class_ext_template = objc_start_struct (get_identifier (UTAG_CLASS_EXT)); in build_objc_class_ext_template()
1260 property_list_t_record = objc_start_struct (NULL_TREE); in build_v1_property_list_template()
2191 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.c334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_class_template()
433 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_category_template()
467 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_protocol_template()
1968 objc_symtab_template = objc_start_struct (get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template()
H A Dobjc-act.c316 type = objc_start_struct (NULL_TREE); in generate_struct_by_value_array()
2165 tree s = objc_start_struct (name); in objc_build_struct()
9654 objc_fast_enumeration_state_template = objc_start_struct (get_identifier in build_fast_enumeration_state_template()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-shared-support.cc63 objc_start_struct (tree name) in objc_start_struct() function
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_super_template()
189 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD)); in build_method_template()
211 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE)); in build_method_prototype_template()
236 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_list_template()
269 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_method_prototype_list_template()
482 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE)); in build_module_descriptor()
570 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_ivar_list_template()
597 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_ivar_template()
H A Dobjc-runtime-shared-support.h26 extern tree objc_start_struct (tree);
H A Dobjc-next-runtime-abi-02.cc577 objc_start_struct (get_identifier ("_message_ref_t")); in build_v2_message_ref_templates()
603 objc_start_struct (get_identifier ("_super_message_ref_t")); in build_v2_message_ref_templates()
668 objc_start_struct (get_identifier (UTAG_V2_CLASS_RO)); in build_v2_class_templates()
714 objc_start_struct (get_identifier (UTAG_V2_CLASS)); in build_v2_class_templates()
746 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
780 objc_start_struct (get_identifier (UTAG_V2_PROTOCOL)); in build_v2_protocol_template()
844 objc_start_struct (get_identifier ("_category_t")); in build_v2_category_template()
1965 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1993 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_v2_ivar_t_template()
2454 method_list_t_record = objc_start_struct (NULL_TREE); in build_v2_method_list_template()
[all …]
H A Dobjc-next-runtime-abi-01.cc427 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_v1_class_template()
506 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_v1_category_template()
560 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_v1_protocol_template()
1054 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v1_property_template()
1084 objc_start_struct (get_identifier (UTAG_PROTOCOL_EXT)); in build_v1_objc_protocol_extension_template()
1117 objc_class_ext_template = objc_start_struct (get_identifier (UTAG_CLASS_EXT)); in build_objc_class_ext_template()
1261 property_list_t_record = objc_start_struct (NULL_TREE); in build_v1_property_list_template()
2192 objc_symtab_template = objc_start_struct (get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template()
2429 = objc_start_struct (get_identifier (UTAG_EXCDATA)); in build_next_objc_exception_stuff()
H A Dobjc-gnu-runtime-abi-01.cc334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_class_template()
433 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY)); in build_category_template()
467 objc_protocol_template = objc_start_struct (get_identifier (UTAG_PROTOCOL)); in build_protocol_template()
1969 objc_symtab_template = objc_start_struct (get_identifier (UTAG_SYMTAB)); in build_objc_symtab_template()
H A Dobjc-act.cc316 type = objc_start_struct (NULL_TREE); in generate_struct_by_value_array()
2226 tree s = objc_start_struct (name); in objc_build_struct()
9784 objc_fast_enumeration_state_template = objc_start_struct (get_identifier in build_fast_enumeration_state_template()
H A DChangeLog2969 (objc_start_struct): Pass &objc_struct_info, not &objc_in_struct
3041 (objc_start_struct, objc_finish_struct): New static functions.
3042 (generate_struct_by_value_array): Call objc_start_struct instead