Searched refs:Object (Results 1 - 25 of 113) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dat-class-1.mm4 @class Object; /* Ok */
6 @class Object, ; /* { dg-error "expected identifier" } */
7 @class Object, ; /* { dg-error "expected identifier" } */
8 @class Object, AnotherObject, ; /* { dg-error "expected identifier" } */
9 @class Object, AnotherObject, TestObject ; /* Ok */
11 @class Object /* { dg-error "expected .;." } */
H A Dmethod-namespace-2.mm4 @interface Object
13 struct Object
22 HC::Object* object;
H A Dfobjc-exceptions-1.mm4 @class Object;
6 int dummy (int number, Object *o)
H A Dfobjc-exceptions-2.mm4 @class Object;
6 int dummy (int number, Object *o)
H A Dfobjc-exceptions-3.mm4 @class Object;
6 int dummy (int number, Object *o)
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dat-class-1.m4 @class Object; /* Ok */
6 @class Object, ; /* { dg-error "expected identifier" } */
7 @class Object, ; /* { dg-error "expected identifier" } */
8 @class Object, AnotherObject, ; /* { dg-error "expected identifier" } */
9 @class Object, AnotherObject, TestObject ; /* Ok */
11 @class Object /* { dg-error "expected .;." } */
H A Dstatic-1.m6 @interface Object {
11 @compatibility_alias MyObject Object;
13 @interface Foo: Object {
15 Object *b;
16 Object c; /* { dg-error "statically allocated instance of Objective-C class .Object." } */
24 typedef Object ObjectAlias1;
25 typedef struct Object ObjectAlias2;
26 Object staticObject1; /* { dg-error "statically allocated instance of Objective-C class .Object
[all...]
H A Dfobjc-exceptions-1.m4 @class Object;
6 int dummy (int number, Object *o)
H A Dfobjc-exceptions-2.m4 @class Object;
6 int dummy (int number, Object *o)
H A Dfobjc-exceptions-3.m4 @class Object;
6 int dummy (int number, Object *o)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp6927.C4 class Object { class
6 Object();
10 Object::Object() : Value(-1) { } function in class:Object
12 Object *pArr = new Object[2];
H A Dp3060d.C8 class Object;
10 typedef void (Object::*VoidObjMemberFunc)(Object *tracker, void *ap);
12 class Object { class
17 class Clipper: public Object {
20 void Feedback(Object*, void*);
22 void Clipper::Feedback(Object *tracker, void *ap) {
26 void vfunc(VoidObjMemberFunc of, Object *op, void *v1) {
31 Object o;
H A Dp658.C21 class Object { class
23 Object();
24 Object(const Object&);
25 ~Object();
32 class Char: public Object {
53 // Object stuff
55 Object::Object(): function in class:Object
59 Object function in class:Object
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dnrv6.C8 struct Object { struct
9 Object() { ++c; } function in struct:Object
10 Object(const Object&) { ++c; } argument
11 ~Object() { ++d; }
14 Object function() {
17 Object b;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Drv-array1.C6 struct Object struct
10 Object () = default;
12 ~Object () {
16 Object (const Object &) = delete;
17 Object & operator= (const Object &) = delete;
19 Object (Object && b) { function in struct:Object
24 Object
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr70457.c11 } Object; typedef in typeref:struct:__anon203
13 extern Object Make_Flonum (double);
14 extern Object P_Pow (Object, Object);
16 Object General_Function (Object x, Object y, double (*fun)()) {
29 Object P_Pow (Object
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-conv9.C12 class Object { class
16 Object() { field = 555; } function in class:Object
17 Object(const Object&) { __builtin_abort(); } argument
20 void Object::Method ()
25 return Object();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dcovariant20.C4 class Object { class
5 virtual Object* clone() const;
7 class DNA: virtual public Object {
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dclass_56.f909 type:: Object type in module:lib_container
10 end type Object
13 class(Object):: v ! { dg-error "must be allocatable or pointer" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dvirtual7.C11 class Object : public _JvObjectPrefix class in inherits:_JvObjectPrefix
17 Object x;
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;
/haiku-buildtools/legacy/gcc/libobjc/
H A Dlinking.m28 #include <objc/Object.h>
31 /* Generate references to Object and NXConstanstString classes since they are
37 [Object name];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop-1.C18 struct Object { struct
23 int foo(Object&o)
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A DNXConstStr.h31 #include "objc/Object.h"
33 @interface NXConstantString: Object
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c7 } Object; typedef in typeref:struct:__anon1432
10 void Wrong_Type (Object, int);
13 P_Error (int argc, Object * argv)

Completed in 207 milliseconds

12345