Searched refs:new (Results 476 - 500 of 1541) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtempdest.C17 A<ui> *ap = new A<ui>;
H A Dtemplate40.C9 : ia (new Type[sz]), size(sz) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dbad-error6.C10 void *operator new(size_t a); // Forbid object creation in heap memory.
23 // This triggers an error because of private operator new ????.
H A Dctors15.C6 // Subject: bug with new/delete of multidimensional array
24 x = new array[3];
H A Dvisibility28.C20 D * pd = new D;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Deval1.C18 S * s = new S;
H A Dpmf1.C16 B *b = new D;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddyncast5.C10 void *operator new(size_t size);
16 void * HeapTracked::operator new(size_t size)
18 void * memPtr = ::operator new(size);
58 Foo *pf = new Foo;
H A Dp3139.C23 B * b = new C;
H A Dp4693.C23 test = new d;
H A Dp710.C40 B* p = new B;
H A Dpmf9.C9 Q() { kp = new K; }
H A Dvirt1.C13 void creator () { new S4; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Ddelete3.C6 // Test whether dtors of vbases are called on throw within new[].
34 delete [] new Bar[2];
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit56.C11 return new T;
H A Dlocal6.C15 S1* s2 = new S2;
H A Dt14.C23 foo = new TESTA<OBJECT *>;
H A Dt14a.C23 foo = new TESTA<OBJECT *>;
H A Dvirtual2.C16 B<int>* bi = new D<int>;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb102.C10 pi = new int;
/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A DTestsuiteObject.h35 + (id) new;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr47530.C32 void *operator new(size_t size);
49 void* LLNode::operator new(size_t size)
54 LinkedList::LinkedList() : head(new LLNode(-1, 0)) { }
70 LLNode* tmp = new LLNode(val,curr);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug026.go21 v := new(Vector);
22 v.Insert(0, new(I));
H A Dbug035.go10 i := 9 // ERROR "redecl|no new"
11 f := float64(9) // ERROR "redecl|no new"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dvarerr.go15 new = 1 // ERROR "use of builtin new not in function call|invalid left hand side"

Completed in 84 milliseconds

<<11121314151617181920>>