Searched refs:objc_v2_class_template (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.c | 127 #define objc_v2_class_template objc_v2_global_trees[OCTI_V2_CLS_TEMPL] macro 711 objc_v2_class_template = in build_v2_class_templates() 715 decls = add_field_decl (build_pointer_type (objc_v2_class_template), in build_v2_class_templates() 719 add_field_decl (build_pointer_type (objc_v2_class_template), in build_v2_class_templates() 731 objc_finish_struct (objc_v2_class_template, decls); in build_v2_class_templates() 848 add_field_decl (build_pointer_type (objc_v2_class_template), "cls", &chain); in build_v2_category_template() 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() 1908 create_extern_decl (objc_v2_class_template, in next_runtime_abi_02_setup_const_string_class_decl() 2113 expr = create_extern_decl (objc_v2_class_template, name); in build_v2_classrefs_table() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.cc | 129 #define objc_v2_class_template objc_v2_global_trees[OCTI_V2_CLS_TEMPL] macro 713 objc_v2_class_template = in build_v2_class_templates() 717 decls = add_field_decl (build_pointer_type (objc_v2_class_template), in build_v2_class_templates() 721 add_field_decl (build_pointer_type (objc_v2_class_template), in build_v2_class_templates() 733 objc_finish_struct (objc_v2_class_template, decls); in build_v2_class_templates() 850 add_field_decl (build_pointer_type (objc_v2_class_template), "cls", &chain); in build_v2_category_template() 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() 1913 create_extern_decl (objc_v2_class_template, in next_runtime_abi_02_setup_const_string_class_decl() 2118 expr = create_extern_decl (objc_v2_class_template, name); in build_v2_classrefs_table() [all …]
|