Searched refs:new (Results 326 - 350 of 1541) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dcond2.C11 return true ? new Boolean(false) : this; // { dg-error "conditional expression" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr42130.C8 vector<unsigned> *vv = new vector<unsigned>(n, 0u);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dcovariant20.C8 virtual DNA* clone() const {return new DNA(*this);}
H A Dtypeinfo1.C14 Grok *g = new Grok();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Ddelete2.C12 void * operator new (size_t size)
49 f1 (::new D);
50 f2 (::new D);
51 f3 (::new D);
H A Dnew28.C16 return new Foo;
H A Dnew6.C8 X::X () { new int; }
H A Dvalue5.C16 return new derived();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A D20090113-1.C12 p = new S1[n = 1];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081118-1_0.C10 new C();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr15551.C17 logfile = new ofstream("bar", ios::out);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcanon-31724.C5 ac * b = new ac[2];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcall4.C20 new OFX_AnimatedNumberParam<2,double,OFX_PropertySuiteV1::propGetDouble>();
H A Ddelete1.C11 A* a = new A;
H A Dkoenig4.C10 func1( new ns::A() );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr37345.C8 return new KaxTracks(*this);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A D20040317-1.C35 Bar* b = new Bar();
H A Dpr27830.C16 new transform (f());
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnew2.C2 // GROUPS passed operator-new
4 // new for a given class, that operator is invoked when a new
8 // before or after the new operator is even declared.
22 void * operator new (size_t size);
40 base_ptr = new base;
42 derived_ptr = new derived ();
59 void *base::operator new (size_t size)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib2.C13 A* ap = new A;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddestruct2.C18 Z* f = new Z;
H A Ddot.C17 Test *p = new Test('x');
H A Dparse12.C15 B b = { new A };
H A Dprecedence.C10 A* ap = new B;
H A Dvirtual2.C12 A* ap = new B;

Completed in 123 milliseconds

<<11121314151617181920>>