Home
last modified time | relevance | path

Searched refs:nothrow_t (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/lib/cpp/minimal/include/
Dnew20 struct nothrow_t {};
22 struct nothrow_t {
23 explicit nothrow_t() = default;
26 extern const std::nothrow_t nothrow;
/Zephyr-Core-3.5.0/lib/cpp/minimal/
Dcpp_new.cpp32 NODISCARD void* operator new(std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new()
37 NODISCARD void* operator new[](std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new[]()
54 const std::nothrow_t&) NOEXCEPT in operator new() argument
60 const std::nothrow_t&) NOEXCEPT in operator new[]() argument