Searched refs:nothrow_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/libsupc++/
H A Ddel_opvnt.cc35 operator delete[] (void *ptr, const std::nothrow_t&) throw ()
H A Ddel_opnt.cc37 operator delete (void *ptr, const std::nothrow_t&) throw ()
H A Dnew_opvnt.cc35 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw()
H A Dnew_handler.cc35 const std::nothrow_t std::nothrow = { };
H A Dnew_opnt.cc41 operator new (std::size_t sz, const std::nothrow_t&) throw()
/freebsd-10.3-release/contrib/libstdc++/include/backward/
H A Dnew.h37 using std::nothrow_t;
/freebsd-10.3-release/contrib/libc++/src/
H A Dnew.cpp73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT
102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT
129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT
143 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT
154 const nothrow_t nothrow = {};
/freebsd-10.3-release/contrib/libcxxrt/
H A Dmemory.cc44 struct nothrow_t {}; struct in namespace:std
100 void* operator new(size_t size, const std::nothrow_t &) throw()
133 void * operator new[](size_t size, const std::nothrow_t &) throw()

Completed in 67 milliseconds