Searched refs:objc_get_class (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dencode-6.mm69 ivar = class_copyIvarList ((Class)objc_get_class("Int1"), NULL);
71 ivar = ((Class)objc_get_class("Int1"))->ivars->ivar_list;
80 ivar = class_copyIvarList ((Class)objc_get_class("Int2"), NULL);
82 ivar = ((Class)objc_get_class("Int2"))->ivars->ivar_list;
H A Dconst-str-3.mm50 memcpy(&_FooClassReference, objc_get_class("Foo"), sizeof(_FooClassReference));
H A Dencode-7.mm50 Class testClass = objc_get_class("Test");
H A Dmethod-19.mm59 Class obj = objc_get_class("Derived");
H A Dencode-4.mm77 Class fooClass = objc_get_class("Foo");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Droot_methods.m34 Class normal = objc_get_class ("NormalClass");
H A DIMP.m30 class = objc_get_class ("TestClass");
H A Dbf-common.h65 Class class = objc_get_class ("MyObject");
H A Dnext_mapping.h14 #define objc_get_class(C) objc_getClass(C) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dencode-4.m72 ivar = class_copyIvarList ((Class)objc_get_class("Int1"), NULL);
74 ivar = ((Class)objc_get_class("Int1"))->ivars->ivar_list;
83 ivar = class_copyIvarList ((Class)objc_get_class("Int2"), NULL);
85 ivar = ((Class)objc_get_class("Int2"))->ivars->ivar_list;
H A Dcall-super-2.m66 return (size_t)[objc_get_class("Object") class_func1]; /* { dg-warning ".Object. may not respond to .\\+class_func1." } */
70 return [objc_get_class("Derived") class_func1];
96 return (size_t)[objc_get_class("Object") class_func1]; /* { dg-warning ".Object. may not respond to .\\+class_func1." } */
100 return [objc_get_class("Derived") class_func1];
H A Dconst-str-3.m44 memcpy(&_FooClassReference, objc_get_class("Foo"), sizeof(_FooClassReference));
H A Dencode-5.m50 Class testClass = objc_get_class("Test");
H A Dmethod-13.m13 #define OBJC_GETCLASS objc_get_class
H A Dencode-2.m77 Class fooClass = objc_get_class("Foo");
H A Dtype-size-2.m48 cls = objc_get_class("ArrayTest");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc.dg/special/
H A Dunclaimed-category-1.h6 #define objc_get_class(C) objc_getClass(C) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/special/
H A Dunclaimed-category-1.m41 testClass = objc_get_class ("TestClass");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc/execute/
H A Dbf-common.h64 Class class = objc_get_class ("MyObject");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dclass.c43 array = [(objc_get_class ("NSArray")) new];
45 objc_get_class returns the class pointer corresponding to the string
408 /* This is a hook which is called by objc_get_class and
489 objc_get_class (const char *name) function
512 return objc_get_class (name)->class_pointer;
548 Class object_class = objc_get_class ("Object");
574 = objc_get_class ((char *) class1->super_class);
H A Dexception.c140 return objc_get_class ((const char *) ptr);
158 return objc_get_class ((const char *) ptr);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dclass.c44 array = [(objc_get_class ("NSArray")) new];
46 objc_get_class returns the class pointer corresponding to the string
409 /* This is a hook which is called by objc_get_class and
490 objc_get_class (const char *name) function
513 return objc_get_class (name)->class_pointer;
549 Class object_class = objc_get_class ("Object");
575 = objc_get_class ((char *) class1->super_class);
H A Dexception.c122 return objc_get_class ((const char *) ptr);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-api.h361 ** objc_get_class if the runtime is not able to find the class.
448 Class objc_get_class(const char *name);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-api.h369 ** objc_get_class if the runtime is not able to find the class.
444 Class objc_get_class(const char *name);

Completed in 114 milliseconds

12