Searched defs:nothrow (Results 1 – 5 of 5) sorted by relevance
67 # define nothrow nothrow_t() macro
71 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
4032 static inline void* cpp_alloc(size_t size, bool nothrow) { in CreateCacheIfNecessary()