Searched refs:new (Results 426 - 450 of 1541) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb114.C14 const SomeClass_t& somec = *(new SomeClass_t
16 return new DynamicOnly_t (name, somec);
H A Deb126.C14 const SomeClass_t& somec = *(new SomeClass_t
16 return new DynamicOnly_t (name, somec);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr41343-1.c3 #define X(new,old) int i ## new = i ## old + i ## old;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr45144.c34 bar (unsigned orig, unsigned *new) argument
43 *new = foo (&a);
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dnow-1.d3 #ld: -shared -z now --enable-new-dtags
H A Dnow-2.d3 #ld: -shared -z now --enable-new-dtags
H A Drunpath-1.d3 #ld: -shared -rpath . --enable-new-dtags
H A Drunpath-2.d3 #ld: -shared -rpath . --enable-new-dtags
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dcontext-conv1.C22 p = new int(7);
31 int *vp = new int[i];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-45.C8 inline void* operator new(__SIZE_TYPE__ s, void* buf) throw() {
28 new(a) B();
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dfsgs.s1 # Check FSGSBase new instructions.
H A Drtm.s1 # Check RTM new instructions.
H A Dx86-64-rtm.s1 # Check 64bit RTM new instructions.
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Dimmexpr2.s1 ! This expression and the associated resolved-expression case is new for SH64.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Dimmexpr2.s1 ! This expression and the associated resolved-expression case is new for SH64.
/haiku-buildtools/legacy/gcc/texinfo/cygnus/
H A Dtocfix22 trap 'rm -f new-*.dvi title.dvi toc.dvi body_plus_toc.dvi body.dvi; exit 1' 1 3 15
34 dviconcat -o new-$dvi title.dvi toc.dvi body.dvi
35 mv new-$dvi $dvi
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-virtual2.C23 return new SomeClass;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Ddebug7.C11 int (*x)[b] = new int[a][b]; // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Djava-2.C27 void* operator new (__SIZE_TYPE__, void*) throw();
32 A *c = new ((void *) buf) A (); // { dg-error "using placement new" }
33 A *d = new A ();
50 return new A ();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dconv3.C28 const Rect* rect = new Rect();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dctor6.C19 IteratorI* it2 = new IteratorI();
H A Dnew29.C22 return new Foo2;
H A Dpr43890.C36 A *a = new A;
H A Dvalue10.C22 D* d = new D();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr15054.C28 return pointer(new element(x));

Completed in 104 milliseconds

<<11121314151617181920>>