Home
last modified time | relevance | path

Searched defs:nothrow (Results 1 – 4 of 4) 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/libcxx/src/
Dnew.cpp40 const nothrow_t nothrow = {}; variable
/external/clang/test/CodeGenCXX/
Dnew.cpp25 std::nothrow_t nothrow; variable