Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp7 std::nothrow_t nothrow; variable
/external/clang/test/Analysis/
DNewDelete-custom.cpp14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
/external/jemalloc_new/src/
Djemalloc_cpp.cpp44 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
/external/libcxx/src/
Dnew.cpp38 const nothrow_t nothrow = {}; variable
/external/clang/test/CodeGenCXX/
Dnew.cpp25 std::nothrow_t nothrow; variable