Searched defs:nothrow (Results 1 – 11 of 11) sorted by relevance
67 # define nothrow nothrow_t() macro
14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
154 const nothrow_t nothrow = {}; variable
57 inline bool call_new_handler(bool nothrow) { in call_new_handler()
13 inline void* generic_cpp_alloc(size_t size, bool nothrow) { in generic_cpp_alloc()
90 const nothrow_t nothrow /* = {} */; variable
25 std::nothrow_t nothrow; variable
1104 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
1373 inline void* cpp_alloc(size_t size, bool nothrow) { in cpp_alloc()
1111 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
1418 inline void* cpp_alloc(size_t size, bool nothrow) { in cpp_alloc()