Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dstdlib_new_delete.cpp49 operator new(size_t size, const std::nothrow_t&) noexcept in operator new()
75 operator new[](size_t size, const std::nothrow_t&) noexcept in operator new[]()
101 operator delete(void* ptr, const std::nothrow_t&) noexcept in operator delete()
122 operator delete[] (void* ptr, const std::nothrow_t&) noexcept in operator delete[]()
170 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new()
196 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator new[]()
222 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete()
243 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) noexcept in operator delete[]()
/openbsd-src/gnu/llvm/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[]()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddelete3.C18 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in new()
23 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw() in delete()
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Ddel_opnt.cc37 operator delete (void *ptr, const std::nothrow_t&) throw () in operator delete()
H A Ddel_opvnt.cc35 operator delete[] (void *ptr, const std::nothrow_t&) throw () in operator delete[]()
H A Dnew_opnt.cc41 operator new (std::size_t sz, const std::nothrow_t&) throw() in operator new()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Ddel_opnt.cc36 operator delete (void *ptr, const std::nothrow_t&) throw () in operator delete()
H A Ddel_opvnt.cc34 operator delete[] (void *ptr, const std::nothrow_t&) throw () in operator delete[]()
H A Dnew_opnt.cc40 operator new (std::size_t sz, const std::nothrow_t&) throw() in operator new()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators27.C14 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in new()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp60 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp20 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp25 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp27 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp23 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp29 struct nothrow_t {}; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp65 struct nothrow_t {}; struct