/netbsd-src/external/apache2/llvm/dist/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[]()
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | memory.cc | 44 struct nothrow_t {}; struct 109 void* operator new(size_t size, const std::nothrow_t &) NOEXCEPT in operator new() 136 void * operator new[](size_t size, const std::nothrow_t &) NOEXCEPT in operator new[]()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]()
|
H A D | new_opnt.cc | 35 operator new (std::size_t sz, const std::nothrow_t&) noexcept in operator new()
|
H A D | new_opvnt.cc | 30 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept in operator new[]()
|
H A D | new_opant.cc | 31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new()
|
H A D | del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete()
|
H A D | del_opnt.cc | 44 operator delete (void *ptr, const std::nothrow_t&) noexcept in operator delete()
|
H A D | del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete[]()
|
H A D | new_opvant.cc | 31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new[]()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | new_opvnt.cc | 31 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept in operator new[]()
|
H A D | del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]()
|
H A D | new_opnt.cc | 32 operator new (std::size_t sz, const std::nothrow_t&) noexcept in operator new()
|
H A D | del_opnt.cc | 44 operator delete (void *ptr, const std::nothrow_t&) noexcept in operator delete()
|
H A D | del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete[]()
|
H A D | new_opvant.cc | 31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new[]()
|
H A D | del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete()
|
H A D | new_opant.cc | 31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | new_.d | 26 struct nothrow_t {} struct
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_new_delete.cpp | 58 struct nothrow_t {}; struct
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_new_delete.cc | 28 struct nothrow_t {}; struct
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_new_delete.cc | 24 struct nothrow_t {}; struct
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_new_delete.cc | 22 struct nothrow_t {}; struct
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_new_delete.cpp | 23 struct nothrow_t {}; struct
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_new_delete.cc | 68 struct nothrow_t {}; struct
|