Searched refs:object (Results 1 - 25 of 1068) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081125_0.C5 object::object (int x) function in class:object
10 object::key_method (void)
H A D20081118_0.C7 class object class
10 virtual ~object() {}
13 class foo : public object
H A D20081125_1.C6 return new object ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg2.C6 struct S { const int member; } object = { 0 }; variable in typeref:struct:S
H A Drfg18.C4 struct S { int m[10]; } object; variable in typeref:struct:S
5 struct S f () { return object; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-ini-1.c7 struct S object = {'X', 8, 9}; variable in typeref:struct:S
11 if (object.f1 != 'X' || object.f2[0] != 8 || object.f2[1] != 9)
H A D980223.c1 typedef struct { char *addr; long type; } object; typedef in typeref:struct:__anon1754
3 object bar (object blah)
8 object foo (object x, object y)
10 object z = *(object*)(x.addr);
13 y = *(object*)(z.addr+sizeof(object));
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcomplit5.C4 struct object { struct
11 object o = ((object){ a : c, b : d});
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr33920.c6 typedef union lispunion *object; typedef in typeref:union:lispunion
15 object *v_self;
21 void number_plus (object, object);
24 object V659;
25 object _x, _y;
26 object V643;
29 object V651;
30 object V654;
31 object V65
[all...]
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Ddotsyntax-14.mm34 int function (MySubClass *object, int x)
36 object.countA = x;
37 object.countB = x;
38 object.countC = object.countB;
40 return object.countC;
43 int function2 (MyRootClass <ProtocolA, ProtocolB, ProtocolC> *object, int x)
45 object.countA = x;
46 object.countB = x;
47 object
[all...]
H A Ddotsyntax-15.mm37 int function (MySubClass *object, int x)
39 object.countA = x;
40 object.countB = x;
41 object.countC = object.countB;
43 return object.countC;
46 int function2 (MyRootClass <ProtocolA, ProtocolB, ProtocolC> *object, int x)
48 object.countA = x;
49 object.countB = x;
50 object
[all...]
H A Ddotsyntax-20.mm37 MyRootClass *object = [[MyRootClass alloc] init];
43 object.p1 = 0;
44 object.p2 = 0;
45 object.p1 = object.p2 = 0;
46 if (object.p1 > 0)
47 object.p2 = 0;
49 object.p1++;
50 ++object.p1;
51 object
[all...]
H A Dat-property-10.mm37 MyRootClass *object = [[MyRootClass alloc] init];
40 object.a = 14;
41 object.a = object.a + object.a;
43 if (object.a != 28)
46 object.a = 99;
47 object.a++;
49 if (object.a != 100)
52 object
[all...]
H A Ddotsyntax-16.mm39 MyRootClass *object = [[MyRootClass alloc] init];
41 object.count = 10;
42 if (object.count != 10)
46 object.count++;
47 if (object.count != 11)
50 ++object.count;
51 if (object.count != 12)
54 object.count--;
55 if (object.count != 11)
58 --object
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Ddotsyntax-14.m34 int function (MySubClass *object, int x)
36 object.countA = x;
37 object.countB = x;
38 object.countC = object.countB;
40 return object.countC;
43 int function2 (MyRootClass <ProtocolA, ProtocolB, ProtocolC> *object, int x)
45 object.countA = x;
46 object.countB = x;
47 object
[all...]
H A Ddotsyntax-15.m37 int function (MySubClass *object, int x)
39 object.countA = x;
40 object.countB = x;
41 object.countC = object.countB;
43 return object.countC;
46 int function2 (MyRootClass <ProtocolA, ProtocolB, ProtocolC> *object, int x)
48 object.countA = x;
49 object.countB = x;
50 object
[all...]
H A Ddotsyntax-20.m37 MyRootClass *object = [[MyRootClass alloc] init];
43 object.p1 = 0;
44 object.p2 = 0;
45 object.p1 = object.p2 = 0;
46 if (object.p1 > 0)
47 object.p2 = 0;
49 object.p1++;
50 ++object.p1;
51 object
[all...]
H A Dat-property-10.m40 MyRootClass *object = [[MyRootClass alloc] init];
43 object.a = 14;
44 object.a = object.a + object.a;
46 if (object.a != 28)
49 object.a = 99;
50 object.a++;
52 if (object.a != 100)
55 object
[all...]
H A Ddotsyntax-16.m39 MyRootClass *object = [[MyRootClass alloc] init];
41 object.count = 10;
42 if (object.count != 10)
46 object.count++;
47 if (object.count != 11)
50 ++object.count;
51 if (object.count != 12)
54 object.count--;
55 if (object.count != 11)
58 --object
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dexceptions-3.m25 int test (id object)
29 @try { @throw object; }
35 @try { @throw object; }
41 @try { @throw object; }
47 @try { @throw object; }
53 @try { @throw object; }
59 @try { @throw object; }
65 @try { @throw object; }
71 @try { @throw object; }
77 @try { @throw object; }
[all...]
H A Dexceptions-5.m25 int test (id object)
29 @try { @throw object; }
35 @try { @throw object; }
41 @try { @throw object; }
47 @try { @throw object; }
53 @try { @throw object; }
59 @try { @throw object; }
65 @try { @throw object; }
71 @try { @throw object; }
77 @try { @throw object; }
[all...]
H A Dexceptions-6.m9 void test (id object)
11 @throw object; /* Ok */
13 @throw (object); /* Ok. */
17 void test2 (id object)
19 @throw object); /* { dg-error "expected" } */
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dexceptions-6.mm9 void test (id object)
11 @throw object; /* Ok */
13 @throw (object); /* Ok. */
17 void test2 (id object)
19 @throw object); /* { dg-error "expected" } */
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/attributes/
H A Dmethod-nonnull-1.mm12 + (void) addObject: (id)object __attribute__ ((nonnull));
13 - (void) addObject: (id)object __attribute__ ((nonnull));
15 + (void) insertObject: (id)object atIndex: (size_t)index __attribute__ ((nonnull (1)));
16 - (void) insertObject: (id)object atIndex: (size_t)index __attribute__ ((nonnull (1)));
18 + (void) insertObject: (id)object atIndex: (size_t)index andObject: (id)anotherObject atIndex: (size_t)anotherIndex __attribute__ ((nonnull (1, 3)));
19 - (void) insertObject: (id)object atIndex: (size_t)index andObject: (id)anotherObject atIndex: (size_t)anotherIndex __attribute__ ((nonnull (1, 3)));
22 + (void) removeObject: (id)object __attribute__ ((nonnull (0))); /* { dg-error "out-of-range" } */
23 - (void) removeObject: (id)object __attribute__ ((nonnull (0))); /* { dg-error "out-of-range" } */
25 + (void) removeObject: (id)object __attribute__ ((nonnull (2))); /* { dg-error "out-of-range" } */
26 - (void) removeObject: (id)object __attribute_
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/attributes/
H A Dmethod-nonnull-1.m12 + (void) addObject: (id)object __attribute__ ((nonnull));
13 - (void) addObject: (id)object __attribute__ ((nonnull));
15 + (void) insertObject: (id)object atIndex: (size_t)index __attribute__ ((nonnull (1)));
16 - (void) insertObject: (id)object atIndex: (size_t)index __attribute__ ((nonnull (1)));
18 + (void) insertObject: (id)object atIndex: (size_t)index andObject: (id)anotherObject atIndex: (size_t)anotherIndex __attribute__ ((nonnull (1, 3)));
19 - (void) insertObject: (id)object atIndex: (size_t)index andObject: (id)anotherObject atIndex: (size_t)anotherIndex __attribute__ ((nonnull (1, 3)));
22 + (void) removeObject: (id)object __attribute__ ((nonnull (0))); /* { dg-error "out-of-range" } */
23 - (void) removeObject: (id)object __attribute__ ((nonnull (0))); /* { dg-error "out-of-range" } */
25 + (void) removeObject: (id)object __attribute__ ((nonnull (2))); /* { dg-error "out-of-range" } */
26 - (void) removeObject: (id)object __attribute_
[all...]

Completed in 180 milliseconds

1234567891011>>