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

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A DProtocol.h40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc/
H A DProtocol.h40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h166 struct objc_method_description_list *instance_methods, *class_methods; member in struct:objc_protocol
297 struct objc_method_list *class_methods; /* Linked list of member in struct:objc_category
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h166 struct objc_method_description_list *instance_methods, *class_methods; member in struct:objc_protocol
297 struct objc_method_list *class_methods; /* Linked list of member in struct:objc_category
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dinit.c683 if (category->class_methods)
685 category->class_methods);
726 if (category->class_methods)
728 category->class_methods);
979 if (protocol->class_methods)
980 __objc_register_selectors_from_description_list (protocol->class_methods);
H A Dprotocols.c377 methods = ((struct objc_protocol *)protocol)->class_methods;
430 methods = ((struct objc_protocol *)protocol)->class_methods;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dinit.c683 if (category->class_methods)
685 category->class_methods);
726 if (category->class_methods)
728 category->class_methods);
979 if (protocol->class_methods)
980 __objc_register_selectors_from_description_list (protocol->class_methods);
H A Dprotocols.c377 methods = ((struct objc_protocol *)protocol)->class_methods;
430 methods = ((struct objc_protocol *)protocol)->class_methods;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c424 struct _objc_method_list *class_methods;
444 /* struct _objc_method_list *class_methods; */
445 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
459 struct _objc__method_prototype_list *class_methods;
484 /* struct _objc__method_prototype_list *class_methods; */
485 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
1098 tree inst_methods, tree class_methods)
1124 if (class_methods)
1125 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1390 tree inst_methods, tree class_methods,
1097 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods) argument
1389 build_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list) argument
1434 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
1619 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-01.c492 struct _objc_method_list *class_methods;
516 /* struct _objc_method_list *class_methods; */
517 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
551 struct _objc__method_prototype_list *class_methods;
582 /* struct _objc__method_prototype_list *class_methods; */
583 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
1448 tree inst_methods, tree class_methods,
1479 if (class_methods)
1480 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1695 tree inst_methods, tree class_methods,
1447 build_v1_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree protocol_ext) argument
1694 build_v1_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
1749 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
2007 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-02.c761 const struct method_list_t * const class_methods;
793 /* const struct method_list_t * const class_methods; */
794 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
830 const struct method_list_t * const class_methods;
853 /* struct method_list_t *class_methods; */
854 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
2659 tree inst_methods, tree class_methods,
2685 if (class_methods)
2686 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
2872 tree inst_methods, tree class_methods,
2658 build_v2_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree opt_ins_meth, tree opt_cls_meth, tree property_list, tree ext_meth_types, tree demangled_name, tree class_prop_list) argument
2871 build_v2_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
2920 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
3320 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-act.c7264 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
7445 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
7972 objc_gen_property_data (tree klass, tree class_methods)
7985 objc_synthesize_getter (klass, class_methods, x);
7988 objc_synthesize_setter (klass, class_methods, x);
7968 objc_gen_property_data(tree klass, tree class_methods) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc424 struct _objc_method_list *class_methods;
444 /* struct _objc_method_list *class_methods; */
445 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
459 struct _objc__method_prototype_list *class_methods;
484 /* struct _objc__method_prototype_list *class_methods; */
485 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
1099 tree inst_methods, tree class_methods)
1125 if (class_methods)
1126 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1391 tree inst_methods, tree class_methods,
1098 build_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods) argument
1390 build_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list) argument
1435 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
1620 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-01.cc493 struct _objc_method_list *class_methods;
517 /* struct _objc_method_list *class_methods; */
518 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
552 struct _objc__method_prototype_list *class_methods;
583 /* struct _objc__method_prototype_list *class_methods; */
584 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
1449 tree inst_methods, tree class_methods,
1480 if (class_methods)
1481 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1696 tree inst_methods, tree class_methods,
1448 build_v1_protocol_initializer(tree type, tree protocol_name, tree protocol_list, tree inst_methods, tree class_methods, tree protocol_ext) argument
1695 build_v1_category_initializer(tree type, tree cat_name, tree class_name, tree inst_methods, tree class_methods, tree protocol_list, tree property_list, location_t loc) argument
1750 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
2008 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
[all...]
H A Dobjc-next-runtime-abi-02.cc763 const struct method_list_t * const class_methods;
795 /* const struct method_list_t * const class_methods; */
796 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain);
832 const struct method_list_t * const class_methods;
855 /* struct method_list_t *class_methods; */
856 add_field_decl (objc_method_list_ptr, "class_methods", &chain);
2670 tree inst_methods, tree class_methods,
2696 if (class_methods)
2697 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
2884 tree inst_methods, tree class_methods,
[all...]
H A Dobjc-act.cc7364 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
7545 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
8072 objc_gen_property_data (tree klass, tree class_methods)
8085 objc_synthesize_getter (klass, class_methods, x);
8088 objc_synthesize_setter (klass, class_methods, x);
8068 objc_gen_property_data(tree klass, tree class_methods) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1146 for (auto *I : CatDecl->class_methods())
1163 for (auto *I : PDecl->class_methods())
1363 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1405 for (auto *I : ClassDecl->class_methods())
6121 /// const struct method_list_t *class_methods;
6170 /// const struct _method_list_t *class_methods;
6210 Result += "\tconst struct method_list_t *class_methods;\n";
6255 Result += "\tconst struct _method_list_t *class_methods;\n";
6876 for (auto *MD : PDecl->class_methods()) {
[all...]
H A DRewriteObjC.cpp980 for (auto *I : CatDecl->class_methods())
997 for (auto *I : PDecl->class_methods())
1187 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1227 for (auto *I : ClassDecl->class_methods())
5191 struct _objc_protocol_method_list *class_methods;
5201 Result += "\tstruct _objc_protocol_method_list *class_methods;\n";
5675 struct _objc_method_list *class_methods;
5690 Result += "\tstruct _objc_method_list *class_methods;\n";
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2784 for (auto *method : PDecl->class_methods()) {
2855 for (auto *I : CDecl->class_methods()) {
2949 for (const auto *I : CatIMPDecl->class_methods()) {
3003 for (const auto *I : IMPDecl->class_methods())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3643 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:__anon3194::objc_category_t
3684 uint32_t class_methods; /* struct objc_method_description_list * member in struct:__anon3194::objc_protocol_t
3920 sys::swapByteOrder(objc_category.class_methods);
3955 sys::swapByteOrder(protocol.class_methods);
4790 outs() << " class_methods "
4791 << format("0x%08" PRIx32, protocol.class_methods);
4792 if (print_method_description_list(protocol.class_methods, indent, info))
5648 << format("0x%08" PRIx32, objc_category->class_methods);
5649 if (print_method_list(objc_category->class_methods, info))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1047 classmeth_range class_methods() const { function in class:clang::ObjCContainerDecl
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1393 EmitProtocolMethodList(PD->class_methods(), ClassMethodList,
3080 Elements.add(MethodList); /* .class_methods */
3112 for (const auto *I : PD->class_methods())
H A DCGObjCMac.cpp3082 struct _objc__method_prototype_list *class_methods
3390 struct _objc_method_list *class_methods;
5929 // struct _objc_method_description_list *class_methods;
6056 // const struct method_list_t * const class_methods;
6159 // const struct _method_list_t * const class_methods;
6407 for (const auto *MD : ID->class_methods())
6708 /// const struct _method_list_t * const class_methods;
7061 /// const struct method_list_t * const class_methods;

Completed in 554 milliseconds