Searched defs:nothrow (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Daddress-sanitizer-and-array-cookie.cpp7 std::nothrow_t nothrow; member in namespace:std
29 return new (std::nothrow) C[10];
/external/libcxx/src/
H A Dnew.cpp182 const nothrow_t nothrow = {}; member in namespace:std
/external/clang/test/Analysis/
H A DNewDelete-custom.cpp14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } argument
60 void *p = operator new(0, std::nothrow);
67 int *p = new(std::nothrow) int;

Completed in 176 milliseconds