Searched refs:new (Results 501 - 525 of 1541) sorted by relevance

<<21222324252627282930>>

/haiku-buildtools/binutils/gas/testsuite/gas/visium/
H A Dfcmp.s1 ; Test error messages for new syntax of FCMP/FCMPE
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/examples-4/
H A De.51.5.C44 float *p = new float [N];
45 float *p1 = new float [N];
46 float *v1 = new float [N];
47 float *v2 = new float [N];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dauto20.C2 // for an auto declaration/new.
12 auto pp = new auto(&with_apply::apply<0>);
H A Dconstexpr-ctor18.C24 new C;
H A Dconstexpr-template1.C26 MapSessionData *sd = new MapSessionData;
H A Dinitlist49.C1 // Test for non-trivial list-initialization with array new.
13 A* ap = new A[2]{1, ""};
H A Dsfinae27.C8 decltype(::new T(val<Arg>()))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Ddtor3.C23 C* c = new C();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr64049-2.C12 v.value.LocalizedText = new LocalizedTextStruct ("Localized Text");
H A Dpr67056.C35 staticBoolFunc(new CompositeClass);
H A Dremref-1.C28 a = new A();
H A Dremref-2.C29 a = new A();
H A Ddevirt-33.C7 inline void* operator new(__SIZE_TYPE__ s, void* buf) throw() {
23 return new (buf) Value();
27 return new float[count];
33 new (buffer_) Value();
H A Ddevirt-35.C8 struct A *a = new (B);
15 // test2 may change the type of A by placement new.
H A Ddevirt-47.C21 struct A *a = new C;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dvt4.C28 A *y = new B ();
H A Ddeclone1.C15 p = new A();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnew12.C11 linked_ptr p = make_linked_ptr(new NewedClass(req));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr64686.C17 new B (m_fn2 (0)->m_fn1 (0), 0, m_fn2 (0)->m_fn1 (0));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tsan/
H A Datomic_free.C17 int *a = new int(0);
H A Datomic_free2.C17 int *a = new int(0);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dpr65019.C17 C *d = new C (x, y);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash48.C15 numbers = new internal(size * size);// { dg-error "no match" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Darraynew.C3 // Avoid use of none-overridable new/delete operators in shared
9 #include <new>
13 void* operator new[](size_t s)
26 void* a = new T[7];
35 void* a = new (p) T[13];
43 void* a = new T[11];
73 void* a = new (p) T[11];
117 struct V { void *operator new[] (size_t s, void *p)
130 // new.
147 // There should be a cookie when using a non-global placement new
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dnew1.C3 //egcs 2.92 performs cleanup for temporaries inside new expressions
4 //after the new is complete, not at the end of the full expression.
6 #include <new>
51 void* operator new(size_t s){
71 func(new B(A(10).addr()));
86 func(new B(A(10).addr()));
101 func(new B(A(10).addr()));

Completed in 189 milliseconds

<<21222324252627282930>>