Searched +defs:std +defs:nothrow_t (Results 1 – 7 of 7) sorted by relevance
69 operator new(size_t size, const std::nothrow_t&) in operator new()110 operator new[](size_t size, const std::nothrow_t&) in operator new[]()154 operator delete(void* ptr, const std::nothrow_t&) in operator delete()188 operator delete[] (void* ptr, const std::nothrow_t&) in operator delete[]()198 namespace std namespace
73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()150 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()164 namespace std namespace
5 namespace std { namespace6 struct nothrow_t {}; struct
25 namespace std { namespace26 struct nothrow_t {}; struct
20 namespace std { namespace21 struct nothrow_t {}; struct
36 namespace std { namespace37 struct nothrow_t {}; struct
22 namespace std { namespace23 struct nothrow_t {}; struct