Searched refs:nothrow (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dnew.h38 using std::nothrow;
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dnew_opvnt.cc31 operator new[] (size_t size, const std::nothrow_t& nothrow) throw() argument
H A Dnew_handler.cc31 const nothrow_t nothrow = {}; member in namespace:std
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Dtest-exception.c89 MU_TEST(exception, nothrow)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DMemoryBuffer.cpp128 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
351 // new(std::nothrow) returns 0.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dd.vim86 syn keyword dStorageClass pure nothrow
/macosx-10.10.1/objc4-646/runtime/
H A DNSObject.mm1142 __attribute__((used,noinline,nothrow))
1282 __attribute__((used,noinline,nothrow))
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp4593 static inline void* cpp_alloc(size_t size, bool nothrow) {
4612 if (nothrow) return 0;
4621 if (!nothrow) throw;

Completed in 112 milliseconds