Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
H A DChangeLog1081 'Symtab_t' and 'struct objc_category *' instead of 'Category_t'.
1082 (_objc_load_callback): Take a 'struct objc_category *' argument
1100 Use 'struct objc_category *' instead of 'Category_t'.
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h65 typedef struct objc_category *Category;
919 objc_EXPORT void (*_objc_load_callback)(Class _class, struct objc_category *category);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h65 typedef struct objc_category *Category;
919 objc_EXPORT void (*_objc_load_callback)(Class _class, struct objc_category *category);
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h282 struct objc_category struct
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h282 struct objc_category struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3916 inline void swapStruct(struct objc_category_t &objc_category) { in swapStruct() argument
3917 sys::swapByteOrder(objc_category.category_name); in swapStruct()
3918 sys::swapByteOrder(objc_category.class_name); in swapStruct()
3919 sys::swapByteOrder(objc_category.instance_methods); in swapStruct()
3920 sys::swapByteOrder(objc_category.class_methods); in swapStruct()
3921 sys::swapByteOrder(objc_category.protocols); in swapStruct()
5612 static void print_objc_objc_category_t(struct objc_category_t *objc_category, in print_objc_objc_category_t() argument
5619 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()
5621 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()
5631 << format("0x%08" PRIx32, objc_category->class_name); in print_objc_objc_category_t()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-sections.def105 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-sections.def107 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5684 static bool objc_category = false; in RewriteObjCCategoryImplDecl() local
5685 if (!objc_category) { in RewriteObjCCategoryImplDecl()
5695 objc_category = true; in RewriteObjCCategoryImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td471 def SubjectMatcherForObjCCategory : AttrSubjectMatcherRule<"objc_category",
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst3621 - ``objc_category``: Can be used to apply attributes to category declarations,