Searched refs:new (Results 301 - 325 of 1541) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb6.C10 void f1() { new T; f2(); }
11 void f2() { new T; }
H A Deb60.C15 return new t("test");
17 t::t_ = new t("test");
/haiku-buildtools/gcc/gcc/testsuite/go.go-torture/execute/
H A Dmethod-1.go5 p := new(s);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dsized-dealloc1.C7 #include <new>
51 delete new int;
54 delete new A;
57 delete[] new A[2];
60 delete new B;
65 try { new (std::nothrow) D; } catch (int) {}
68 try { new (std::nothrow) D[2]; } catch (int) {}
73 delete[] new B[2];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-32.C2 #include <new>
13 Container() { new (buffer) EmbeddedObject(); }
H A Ddevirt-39.C16 return new Foo();
22 Base* f = new Foo();
H A Ddevirt-6.C10 inline void* operator new(__SIZE_TYPE__, void* __p) throw() { return __p;}
28 new (p) A;
34 new (p) B;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dflifetime-dse1.C5 inline void * operator new (size_t, void *p) { return p; }
18 A* ap = new(ar) A;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-prof/
H A Dpr35545.C35 ap = new A();
38 ap = new B();
/haiku-buildtools/gcc/gcc/
H A Dcontext.c38 m_dumps = new gcc::dump_manager ();
39 m_passes = new gcc::pass_manager (this);
/haiku-buildtools/legacy/binutils/binutils/testsuite/config/
H A Ddefault.exp26 set NM [findfile $base_dir/nm-new $base_dir/nm-new [transform nm]]
53 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
84 if {[file isfile gas/as-new[exe_ext]]} then {
85 link_or_copy gas/as-new[exe_ext] as[exe_ext]
89 link_or_copy gas/as-new as[exe_ext]
92 if {[file isfile ld/ld-new[exe_ext]]} then {
93 link_or_copy ld/ld-new[exe_ext] ld[exe_ext]
95 link_or_copy ld/ld-new l
[all...]
/haiku-buildtools/legacy/gcc/libobjc/
H A Dobjects.c46 id new = nil; local
50 new = (id)GC_malloc_explicitly_typed (class->instance_size,
54 new = (*_objc_object_alloc)(class);
57 if (new!=nil)
59 memset (new, 0, class->instance_size);
60 new->class_pointer = class;
62 return new;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew.C3 #include <new>
6 operator new(std::size_t alloc_sz, const char *fname, unsigned lineno)
8 return ::operator new (alloc_sz);
11 operator new[](std::size_t alloc_sz, const char *fname, unsigned lineno)
13 return ::operator new[] (alloc_sz);
56 draw_area = new ("abc", 69) LMNFrame;
58 scroll_h = new ("def", 71) ABC(ABC::ID0, this);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinterface_14.f904 ! 'new' was determined to be ambiguous.
11 interface new
29 interface new
35 call new(this%personnel)
47 interface new
53 call new(this%personnel)
69 call new (a)
70 call new (b)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dnew27.C10 void *operator new (size_t, char *&);
16 T::operator new (size_t size, char *&p)
26 return new (x) T ();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C5 inline void *operator new (size_t, void *__p) throw() { return __p; }
19 return __n != 0 ? new int[__n] : 0;
23 new (this->_M_impl._M_finish) int ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dnew1.C3 // Avoid use of none-overridable new/delete operators in shared
8 #include <new>
26 foo (new B (A ()));
37 void* operator new (size_t size)
H A Dnew2.C3 // Avoid use of none-overridable new/delete operators in shared
8 #include <new>
25 newed = 0; // The libraries might call new before main starts.
27 foo (new B (A ()));
38 void* operator new (size_t size)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dalign-3.C5 #include <new>
28 V *u = new (q) V;
31 V *v = new (&s.buf[1 + sizeof (U) + sizeof (V)]) V;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstt.c81 ffesttCaseList new;
83 new = (ffesttCaseList) malloc_new_kp (ffesta_scratch_pool,
84 "FFEST case list", sizeof (*new));
85 new->next = list->previous->next;
86 new->previous = list->previous;
87 new->next->previous = new;
88 new->previous->next = new;
89 new
80 ffesttCaseList new; local
104 ffesttCaseList new; local
181 ffesttDimList new; local
430 ffesttDimList new; local
559 ffesttExprList new; local
581 ffesttExprList new; local
670 ffesttFormatList new; local
691 ffesttFormatList new; local
798 ffesttImpList new; local
820 ffesttImpList new; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/d10v/
H A Derror-002.s3 ;; Test new error feature of run_dump_test
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Drdrnd.s1 # Check RdRnd new instructions.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d10v/
H A Derror-002.s3 ;; Test new error feature of run_dump_test
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dlocal1.C14 return new D;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dlocal-var-in-contructor.C19 int *problem = new int(i);

Completed in 127 milliseconds

<<11121314151617181920>>