Searched refs:class_methods (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A DProtocol.h40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
H A Dobjc.h144 struct objc_method_description_list *instance_methods, *class_methods; member in struct:objc_protocol
H A Dobjc-api.h330 MethodList_t class_methods; /* Linked list of factory member in struct:objc_category
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A DProtocol.h41 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
H A Dobjc.h144 struct objc_method_description_list *instance_methods, *class_methods; member in struct:objc_protocol
H A Dobjc-api.h338 MethodList_t class_methods; /* Linked list of factory member in struct:objc_category
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A DProtocol1.h31 struct objc_method_description_list *class_methods ; variable in typeref:struct:objc_method_description_list
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A DProtocol.m40 struct objc_method_description_list *instance_methods, *class_methods;
112 if (class_methods)
113 for (i = 0; i < class_methods->count; i++)
115 if (!strcmp ((char*)class_methods->list[i].name, name))
116 return &(class_methods->list[i]);
H A Dinit.c628 if (category->class_methods)
630 category->class_methods);
672 if (category->class_methods)
674 category->class_methods);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dinit.c628 if (category->class_methods)
630 category->class_methods);
672 if (category->class_methods)
674 category->class_methods);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c4230 struct _objc__method_prototype_list *class_methods;
4263 /* struct _objc__method_prototype_list *class_methods; */
4265 "class_methods");
4787 tree class_methods)
4812 if (!class_methods)
4818 ADDR_EXPR, class_methods, 0));
4830 struct _objc_method_list *class_methods;
4854 /* struct _objc_method_list *class_methods; */
4856 "class_methods");
5599 tree instance_methods, tree class_methods,
4777 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree instance_methods, tree class_methods) argument
5589 build_category_initializer(tree type, tree cat_name, tree class_name, tree instance_methods, tree class_methods, tree protocol_list) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c4135 struct _objc__method_prototype_list *class_methods;
4169 /* struct _objc__method_prototype_list *class_methods; */
4171 "class_methods");
4693 tree class_methods)
4717 if (!class_methods)
4722 build_unary_op (ADDR_EXPR, class_methods, 0));
4734 struct _objc_method_list *class_methods;
4759 /* struct _objc_method_list *class_methods; */
4761 "class_methods");
5505 tree instance_methods, tree class_methods,
4683 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree instance_methods, tree class_methods) argument
5495 build_category_initializer(tree type, tree cat_name, tree class_name, tree instance_methods, tree class_methods, tree protocol_list) argument
[all...]

Completed in 224 milliseconds