Searched refs:nothrow_t (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw() argument
32 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
50 //extern nothrow_t _dontthrow;
/haiku/headers/private/kernel/util/
H A Dkernel_cpp.h33 extern void* operator new(size_t size, const std::nothrow_t &) _NOEXCEPT;
34 extern void* operator new[](size_t size, const std::nothrow_t &) _NOEXCEPT;
39 extern void operator delete(void *ptr, const std::nothrow_t &) _NOEXCEPT;
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp36 const std::nothrow_t std::nothrow = std::nothrow_t{ };
38 const std::nothrow_t std::nothrow = {};
40 const nothrow_t std::nothrow = {};
105 operator new(size_t size, const std::nothrow_t &) _NOEXCEPT
112 operator new[](size_t size, const std::nothrow_t &) _NOEXCEPT
147 operator delete(void *ptr, std::nothrow_t const &) _NOEXCEPT
/haiku/headers/os/game/
H A DGameSound.h44 const std::nothrow_t&) throw();
47 const std::nothrow_t&) throw();
/haiku/headers/os/media/
H A DMediaNode.h234 const std::nothrow_t&) throw();
237 const std::nothrow_t&) throw();
/haiku/src/kits/game/
H A DGameSound.cpp201 BGameSound::operator new(size_t size, const std::nothrow_t &nt) throw()
217 BGameSound::operator delete(void *ptr, const std::nothrow_t &nt) throw()
/haiku/src/kits/media/
H A DMediaNode.cpp53 using std::nothrow_t;
827 BMediaNode::operator new(size_t size, const nothrow_t&) throw() argument
843 BMediaNode::operator delete(void* ptr, const nothrow_t&) throw() argument
/haiku/headers/private/kernel/
H A Dtracing.h86 void* operator new(size_t size, const std::nothrow_t&) throw();
/haiku/headers/os/app/
H A DMessage.h383 const std::nothrow_t& noThrow);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp789 TraceEntry::operator new(size_t size, const std::nothrow_t&) throw()
/haiku/src/kits/app/
H A DMessage.cpp255 BMessage::operator new(size_t size, const std::nothrow_t& noThrow)

Completed in 140 milliseconds