HomeSort by: relevance | last modified time | path
    Searched refs:class_methods (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libobjc/objc/
Protocol.h 40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
  /src/external/gpl3/gcc/dist/libobjc/objc/
Protocol.h 40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 166 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
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 166 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
  /src/external/gpl3/gcc.old/dist/libobjc/
init.c 683 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);
protocols.c 377 methods = ((struct objc_protocol *)protocol)->class_methods;
430 methods = ((struct objc_protocol *)protocol)->class_methods;
  /src/external/gpl3/gcc/dist/libobjc/
init.c 683 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);
protocols.c 377 methods = ((struct objc_protocol *)protocol)->class_methods;
430 methods = ((struct objc_protocol *)protocol)->class_methods;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 424 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,
1435 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
1620 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
    [all...]
objc-next-runtime-abi-01.cc 493 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,
1750 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
2008 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
    [all...]
objc-next-runtime-abi-02.cc 763 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...]
objc-act.cc 7364 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)
8067 ivars are declared. CLASS_METHODS is where methods are found which
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);
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 424 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);
1102 tree inst_methods, tree class_methods)
1128 if (class_methods)
1129 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1394 tree inst_methods, tree class_methods,
1438 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
1623 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
    [all...]
objc-next-runtime-abi-01.cc 493 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);
1452 tree inst_methods, tree class_methods,
1483 if (class_methods)
1484 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
1699 tree inst_methods, tree class_methods,
1753 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
2011 tree inst_methods = NULL_TREE, class_methods = NULL_TREE; local
    [all...]
objc-next-runtime-abi-02.cc 763 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);
2673 tree inst_methods, tree class_methods,
2699 if (class_methods)
2700 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, class_methods, 0));
2887 tree inst_methods, tree class_methods,
    [all...]
objc-act.cc 7362 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
7543 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
8065 ivars are declared. CLASS_METHODS is where methods are found which
8070 objc_gen_property_data (tree klass, tree class_methods)
8083 objc_synthesize_getter (klass, class_methods, x);
8086 objc_synthesize_setter (klass, class_methods, x);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1146 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...]
RewriteObjC.cpp 980 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";
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2784 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())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3643 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:__anon3370::objc_category_t
3684 uint32_t class_methods; /* struct objc_method_description_list * member in struct:__anon3370::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))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1047 classmeth_range class_methods() const { function in class:clang::ObjCContainerDecl
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 1393 EmitProtocolMethodList(PD->class_methods(), ClassMethodList,
3080 Elements.add(MethodList); /* .class_methods */
3112 for (const auto *I : PD->class_methods())
CGObjCMac.cpp 3082 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 97 milliseconds