| /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/ |
| Protocol.h | 40 struct objc_method_description_list *instance_methods, *class_methods; variable in typeref:struct:
|
| /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/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/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...] |
| /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...] |
| /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/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 3643 uint32_t class_methods; /* struct objc_method_list * (32-bit pointer) */ member in struct:__anon5681::objc_category_t 3684 uint32_t class_methods; /* struct objc_method_description_list * member in struct:__anon5681::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))
|