reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/MemoryBuffer.cpp
  284   char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1231   std::unique_ptr<uint8_t[]> buffer (new (std::nothrow) uint8_t[byte_count]);
usr/include/c++/7.4.0/bits/shared_ptr.h
  353       : __shared_ptr<_Tp>(__r, std::nothrow) { }
  584       { return shared_ptr<_Tp>(*this, std::nothrow); }
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1345       : _M_refcount(__r._M_refcount, std::nothrow)
 1686       { return __shared_ptr<element_type, _Lp>(*this, std::nothrow); }
usr/include/c++/7.4.0/bits/stl_tempbuf.h
   95 							std::nothrow));
  113     { ::operator delete(__p, std::nothrow); }