Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_new_delete.cpp75 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[]()
150 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
174 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
179 namespace std namespace
/external/libcxx/src/
Dnew.cpp33 namespace std namespace
89 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
115 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
142 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
163 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
211 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
237 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]()
268 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete()
289 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
/external/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp5 namespace std { namespace
6 struct nothrow_t {}; struct
/external/compiler-rt/lib/msan/
Dmsan_new_delete.cc25 namespace std { namespace
26 struct nothrow_t {}; struct
/external/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cc20 namespace std { namespace
21 struct nothrow_t {}; struct
/external/compiler-rt/lib/scudo/
Dscudo_new_delete.cpp25 namespace std { namespace
26 struct nothrow_t {}; struct
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc52 namespace std { namespace
53 struct nothrow_t {}; struct
/external/clang/test/CodeGenCXX/
Dnew.cpp22 namespace std { namespace
23 struct nothrow_t {}; struct