HelenOS sources

nothrow_t          49 uspace/lib/cpp/include/__bits/new.hpp extern const nothrow_t nothrow;
nothrow_t          60 uspace/lib/cpp/include/__bits/new.hpp void* operator new(std::size_t, const std::nothrow_t&) noexcept;
nothrow_t          62 uspace/lib/cpp/include/__bits/new.hpp void* operator new[](std::size_t, const std::nothrow_t&) noexcept;
nothrow_t          38 uspace/lib/cpp/src/new.cpp     const nothrow_t nothrow{};
nothrow_t          83 uspace/lib/cpp/src/new.cpp void* operator new(std::size_t size, const std::nothrow_t& nt) noexcept
nothrow_t         102 uspace/lib/cpp/src/new.cpp void* operator new[](std::size_t size, const std::nothrow_t& nt) noexcept
HelenOS homepage, sources at GitHub