Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dnew.cpp52 operator new(size_t size,const std::nothrow_t &) operator new() argument
80 operator new[](size_t size,const std::nothrow_t &) operator new[]() argument
106 operator delete(void * ptr,const std::nothrow_t &) operator delete() argument
112 operator delete[](void * ptr,const std::nothrow_t &) operator delete[]() argument
146 operator new(size_t size,std::align_val_t alignment,const std::nothrow_t &) operator new() argument
175 operator new[](size_t size,std::align_val_t alignment,const std::nothrow_t &) operator new[]() argument
202 operator delete(void * ptr,std::align_val_t alignment,const std::nothrow_t &) operator delete() argument
214 operator delete[](void * ptr,std::align_val_t alignment,const std::nothrow_t &) operator delete[]() argument
[all...]
/freebsd-src/contrib/libcxxrt/
H A Dmemory.cc44 struct nothrow_t {}; struct
141 operator new(size_t size,const std::nothrow_t &) operator new() argument
162 operator new[](size_t size,const std::nothrow_t &) operator new[]() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp25 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp27 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp23 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp23 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp29 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp60 struct nothrow_t {}; struct
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp56 struct nothrow_t {}; struct