Searched defs:nothrow_t (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/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
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A Dkernel-cpp.h26 inline void *operator new(size_t size, const nothrow_t&) throw() argument
31 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dcpp.h26 inline void *operator new(size_t size, const nothrow_t&) throw() argument
31 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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

Completed in 91 milliseconds