Searched refs:Object (Results 26 - 50 of 357) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dfriend10.C10 class Object class in namespace:MySpace
14 friend void Forgotten(Object const & m) {}
17 typedef Object<Tag1> U1;
18 typedef Object<Tag2> U2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-12.mm4 @interface Derived: Object
7 extern Object* foo(void);
H A Dgnu-runtime-1.mm7 #include <objc/Object.h>
9 @interface FooBar: Object
H A Dmethod-13.mm8 - (void)setWindow:(Object *)wdw;
16 Object *obj = [[Object alloc] init];
18 [obj setWindow:nil]; /* { dg-warning ".Object. may not respond to .\\-setWindow:." } */
23 /* { dg-warning "using .\\-\\(void\\)setWindow:\\(Object \\*\\)wdw." "" { target *-*-* } 8 } */
H A Dcomp-types-11.mm10 @interface Derived1: Object
13 @interface Derived2: Object
18 Object *o = [Object new];
19 return o; /* { dg-warning "class .Object. does not implement the .Foo. protocol" } */
H A Divar-list-semi.mm6 @interface Tink : Object {
H A Dmethod-21.mm7 @interface Foo: Object
17 return [Object new];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcomp-types-11.m4 @interface Derived: Object
7 extern Object* foo(void);
H A Dgnu-runtime-1.m7 #include <objc/Object.h>
9 @interface FooBar: Object
H A Dgnu-runtime-3.m6 #include <objc/Object.h>
12 [Object new];
H A Dsizeof-1.m12 @interface Foo: Object {
21 typedef Object MyObject;
24 @compatibility_alias AliasObject Object;
27 CHECK_IF(sizeof(Foo) > sizeof(Object) && sizeof(Object) > 0);
29 CHECK_IF(sizeof(Object) == sizeof(MyObject));
30 CHECK_IF(sizeof(Object) == sizeof(AliasObject));
H A Dmethod-7.m10 - (void)setWindow:(Object *)wdw;
18 Object *obj = [[Object alloc] init];
20 [obj setWindow:nil]; /* { dg-warning ".Object. may not respond to .\\-setWindow:." } */
25 /* { dg-message "using .\\-\\(void\\)setWindow:\\(Object \\*\\)wdw." "" { target *-*-* } 10 } */
H A Dcomp-types-10.m10 @interface Derived1: Object
13 @interface Derived2: Object
18 Object *o = [Object new];
19 return o; /* { dg-warning "class .Object. does not implement the .Foo. protocol" } */
H A Dnext-runtime-1.m10 @interface FooBar: Object
H A Dmethod-17.m8 @interface Foo: Object
18 return [Object new];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dlinking.m27 #include <objc/Object.h>
30 /* Generate references to Object and NXConstanstString classes since they are
36 [Object name];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dfriend10.C10 class Object class in namespace:MySpace
14 friend void Forgotten(Object const & m) {}
17 typedef Object<Tag1> U1;
18 typedef Object<Tag2> U2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop-1.C18 struct Object { struct
23 int foo(Object&o)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c7 } Object; typedef in typeref:struct:__anon6160
12 P_Error (int argc, Object * argv)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dinformal_protocol.m5 @interface Object (StopProtocol)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c7 } Object; typedef in typeref:struct:__anon4200
12 P_Error (int argc, Object * argv)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-awt/m4/
H A DTestAWT.classTestAWT.java package public TestAWT extends java.lang.Object { public void <a class="d" name ...
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-java-swing/m4/
H A DTestAWT.classTestAWT.java package public TestAWT extends java.lang.Object { public void <a class="d" name ...
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A DObject1.h0 /* Object definition taken from <objc/Object.h>
9 # include <objc/Object.h>
14 # include <objc/Object.h>
21 # include <objc/Object.h>
23 /* We are on a system that includes a V2 ABI Object in libobjc.dylib.
27 # include <objc/Object.h>
29 /* We can't access the Object definition in libobjc.dylib because
32 * So we'll roll our own Object - purely for the sake of compile
41 /* This is a cut-down Object wit
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/exceptions/
H A Dhandler-1.m15 #include <objc/Object.h>
38 @throw [Object new];
45 @throw [Object new];

Completed in 119 milliseconds

1234567891011>>