Searched refs:new (Results 451 - 475 of 1541) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dreg-stack.C42 new Foo;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Daccess1.C26 void Outer::pub() { i = new Inner(Foo::m); }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Dvirtual2.C20 B * b = new B;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dctor7.C13 new refcounted < nfsserv > (*ns);
H A Dnew1.C7 // PR 18318. ICE with template new[]
29 new T[Blksize()];
H A Dnew8.C28 B *b = new B (*c);
H A Dnew9.C15 scanline = new ggRGBE[width];
H A Doverload7.C30 return Bar (new B);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dasm-1.c13 ::new _Tp();
H A Dpr46269.C27 shared_ptr<BuildingCompletedEvent> event(new BuildingCompletedEvent());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr33572.C11 foo.reset(new Foo());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-prof/
H A Dpr53460.C19 new GlyphMetricsMap<int>;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dnew1.C30 smart_ptr p(new D[7]);
H A Dpr36766.C29 B *c = new B;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dabstract1.C25 D *p=new D();
H A Dcrash10.C24 jap = new just_another [w];
H A Dcrash9.C22 mesh = new C;// { dg-error "" } .*
H A Dscope3.C16 array(new T[INITIAL])
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dptr1.C14 E *p = new E(5);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon3.C21 vff = new ff; // This procude an internal compiler error.
H A Ddestruct4.C12 D* p = new D;
H A Dmi.C12 E* ep = new E;
H A Dref10.C29 D *p = new D;
H A Dref9.C23 C * objs[1] = { new C };
H A Dstatic1.C12 AAA() {a = new char[10];printf("constructor AAA() called\n");}

Completed in 83 milliseconds

<<11121314151617181920>>