Home
last modified time | relevance | path

Searched defs:nothrow_t (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dnew.cpp86 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 Dmemory.cc44 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 Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]()
H A Dnew_opnt.cc35 operator new (std::size_t sz, const std::nothrow_t&) noexcept in operator new()
H A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept in operator new[]()
H A Dnew_opant.cc31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new()
H A Ddel_opant.cc30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete()
H A Ddel_opnt.cc44 operator delete (void *ptr, const std::nothrow_t&) noexcept in operator delete()
H A Ddel_opvant.cc30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete[]()
H A Dnew_opvant.cc31 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 Dnew_opvnt.cc31 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept in operator new[]()
H A Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]()
H A Dnew_opnt.cc32 operator new (std::size_t sz, const std::nothrow_t&) noexcept in operator new()
H A Ddel_opnt.cc44 operator delete (void *ptr, const std::nothrow_t&) noexcept in operator delete()
H A Ddel_opvant.cc30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete[]()
H A Dnew_opvant.cc31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&) in operator new[]()
H A Ddel_opant.cc30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept in operator delete()
H A Dnew_opant.cc31 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 Dnew_.d26 struct nothrow_t {} struct
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_new_delete.cpp58 struct nothrow_t {}; struct
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_new_delete.cc28 struct nothrow_t {}; struct
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_new_delete.cc24 struct nothrow_t {}; struct
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_new_delete.cc22 struct nothrow_t {}; struct
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_new_delete.cpp23 struct nothrow_t {}; struct
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_new_delete.cc68 struct nothrow_t {}; struct

12