Searched defs:nothrow (Results 1 – 5 of 5) 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()
44 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
38 const nothrow_t nothrow = {}; variable
25 std::nothrow_t nothrow; variable