Searched refs:objc_v2_class_ro_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 | 128 #define objc_v2_class_ro_template \ macro 665 objc_v2_class_ro_template = in build_v2_class_templates() 707 objc_finish_struct (objc_v2_class_ro_template, decls); in build_v2_class_templates() 729 add_field_decl (build_pointer_type (objc_v2_class_ro_template), "ro", &chain); in build_v2_class_templates() 3425 decl = start_var_decl (objc_v2_class_ro_template, in generate_v2_class_structs() 3516 decl = start_var_decl (objc_v2_class_ro_template, in generate_v2_class_structs()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.cc | 130 #define objc_v2_class_ro_template \ macro 667 objc_v2_class_ro_template = in build_v2_class_templates() 709 objc_finish_struct (objc_v2_class_ro_template, decls); in build_v2_class_templates() 731 add_field_decl (build_pointer_type (objc_v2_class_ro_template), "ro", &chain); in build_v2_class_templates() 3438 decl = start_var_decl (objc_v2_class_ro_template, in generate_v2_class_structs() 3530 decl = start_var_decl (objc_v2_class_ro_template, in generate_v2_class_structs()
|