/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | stdlib_new_delete.cpp | 49 operator new(size_t size, const std::nothrow_t&) noexcept in operator new() 75 operator new[](size_t size, const std::nothrow_t&) noexcept in operator new[]() 101 operator delete(void* ptr, const std::nothrow_t&) noexcept in operator delete() 122 operator delete[] (void* ptr, const std::nothrow_t&) noexcept in operator delete[]() 170 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new() 196 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new[]() 222 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete() 243 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete[]()
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | new.cpp | 86 operator new(size_t size, const std::nothrow_t&) noexcept in operator new() 112 operator new[](size_t size, const std::nothrow_t&) noexcept in operator new[]() 138 operator delete(void* ptr, const std::nothrow_t&) noexcept in operator delete() 159 operator delete[] (void* ptr, const std::nothrow_t&) noexcept in operator delete[]() 207 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new() 233 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new[]() 259 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete() 280 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete[]()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | delete3.C | 18 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in new() 23 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw() in delete()
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | del_opnt.cc | 37 operator delete (void *ptr, const std::nothrow_t&) throw () in operator delete()
|
H A D | del_opvnt.cc | 35 operator delete[] (void *ptr, const std::nothrow_t&) throw () in operator delete[]()
|
H A D | new_opnt.cc | 41 operator new (std::size_t sz, const std::nothrow_t&) throw() in operator new()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | del_opnt.cc | 36 operator delete (void *ptr, const std::nothrow_t&) throw () in operator delete()
|
H A D | del_opvnt.cc | 34 operator delete[] (void *ptr, const std::nothrow_t&) throw () in operator delete[]()
|
H A D | new_opnt.cc | 40 operator new (std::size_t sz, const std::nothrow_t&) throw() in operator new()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | operators27.C | 14 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in new()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_new_delete.cpp | 60 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_cpp.cpp | 20 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_new_delete.cpp | 25 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_new_delete.cpp | 27 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_new_delete.cpp | 23 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_new_delete.cpp | 29 struct nothrow_t {}; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_new_delete.cpp | 65 struct nothrow_t {}; struct
|