Searched defs:nothrow_t (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | new.cpp | 52 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 D | memory.cc | 44 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 D | dfsan_new_delete.cpp | 25 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_new_delete.cpp | 27 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_new_delete.cpp | 23 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_cpp.cpp | 23 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_new_delete.cpp | 29 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_new_delete.cpp | 60 struct nothrow_t {}; struct
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_new_delete.cpp | 56 struct nothrow_t {}; struct
|