Home
last modified time | relevance | path

Searched defs:nothrow (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Daddress-sanitizer-and-array-cookie.cpp7 std::nothrow_t nothrow; variable
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A DNewDelete-custom.cpp14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dnew.cpp168 const nothrow_t nothrow = {}; variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dnew.cpp25 std::nothrow_t nothrow; variable