Searched defs:nothrow (Results 1 – 4 of 4) sorted by relevance
7 std::nothrow_t nothrow; variable
14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
168 const nothrow_t nothrow = {}; variable
25 std::nothrow_t nothrow; variable