Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c482 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_protocol_template()
485 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_protocol_template()
1117 ttyp = objc_method_proto_list_ptr; in build_protocol_initializer()
H A Dobjc-runtime-shared-support.c239 decls = add_field_decl (objc_method_proto_list_ptr, "method_next", &chain); in build_method_list_template()
H A Dobjc-next-runtime-abi-02.c791 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_v2_protocol_template()
794 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_v2_protocol_template()
797 add_field_decl (objc_method_proto_list_ptr, "optionalInstanceMethods", &chain); in build_v2_protocol_template()
800 add_field_decl (objc_method_proto_list_ptr, "optionalClassMethods", &chain); in build_v2_protocol_template()
2678 ttyp = objc_method_proto_list_ptr; in build_v2_protocol_initializer()
H A Dobjc-act.h562 #define objc_method_proto_list_ptr \ macro
H A Dobjc-next-runtime-abi-01.c580 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_v1_protocol_template()
583 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_v1_protocol_template()
1472 ttyp = objc_method_proto_list_ptr; in build_v1_protocol_initializer()
H A Dobjc-act.c3072 objc_method_proto_list_ptr in synth_module_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc482 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_protocol_template()
485 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_protocol_template()
1118 ttyp = objc_method_proto_list_ptr; in build_protocol_initializer()
H A Dobjc-runtime-shared-support.cc239 decls = add_field_decl (objc_method_proto_list_ptr, "method_next", &chain); in build_method_list_template()
H A Dobjc-next-runtime-abi-02.cc793 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_v2_protocol_template()
796 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_v2_protocol_template()
799 add_field_decl (objc_method_proto_list_ptr, "optionalInstanceMethods", &chain); in build_v2_protocol_template()
802 add_field_decl (objc_method_proto_list_ptr, "optionalClassMethods", &chain); in build_v2_protocol_template()
2689 ttyp = objc_method_proto_list_ptr; in build_v2_protocol_initializer()
H A Dobjc-act.h576 #define objc_method_proto_list_ptr \ macro
H A Dobjc-next-runtime-abi-01.cc581 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_v1_protocol_template()
584 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_v1_protocol_template()
1473 ttyp = objc_method_proto_list_ptr; in build_v1_protocol_initializer()
H A Dobjc-act.cc3148 objc_method_proto_list_ptr in synth_module_prologue()
H A DChangeLog3647 (objc_method_proto_list_ptr): Add.