Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dnew.cpp53 _LIBCPP_WEAK void* operator new(size_t size, const std::nothrow_t&) noexcept { in operator new()
81 _LIBCPP_WEAK void* operator new[](size_t size, const std::nothrow_t&) noexcept { in operator new[]()
107 _LIBCPP_WEAK void operator delete(void* ptr, const std::nothrow_t&) noexcept { ::operator delete(pt… in operator delete()
113 _LIBCPP_WEAK void operator delete[](void* ptr, const std::nothrow_t&) noexcept { ::operator delete[… in operator delete[]()
147 _LIBCPP_WEAK void* operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) noe… in operator new()
176 _LIBCPP_WEAK void* operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) n… in operator new[]()
203 _LIBCPP_WEAK void operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) noe… in operator delete()
215 _LIBCPP_WEAK void operator delete[](void* ptr, std::align_val_t alignment, const std::nothrow_t&) n… in operator delete[]()
/freebsd/contrib/libcxxrt/
H A Dmemory.cc44 struct nothrow_t {}; struct
139 void* operator new(size_t size, const std::nothrow_t &) _LIBCXXRT_NOEXCEPT in operator new()
160 void * operator new[](size_t size, const std::nothrow_t &) _LIBCXXRT_NOEXCEPT in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp20 struct nothrow_t {}; global() struct
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp27 struct nothrow_t {}; struct
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp25 struct nothrow_t {}; struct
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp23 struct nothrow_t {}; struct
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp29 struct nothrow_t {}; struct
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp60 struct nothrow_t {}; struct