Home
last modified time | relevance | path

Searched defs:nothrow (Results 1 – 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
D_new.h67 # define nothrow nothrow_t() macro
/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.cpp154 const nothrow_t nothrow = {}; variable
/external/chromium_org/base/allocator/
Dallocator_shim.cc57 inline bool call_new_handler(bool nothrow) { in call_new_handler()
Dgeneric_allocators.cc13 inline void* generic_cpp_alloc(size_t size, bool nothrow) { in generic_cpp_alloc()
/external/stlport/src/
Ddll_main.cpp90 const nothrow_t nothrow /* = {} */; variable
/external/clang/test/CodeGenCXX/
Dnew.cpp25 std::nothrow_t nothrow; variable
/external/chromium_org/third_party/tcmalloc/vendor/src/
Ddebugallocation.cc1104 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
Dtcmalloc.cc1373 inline void* cpp_alloc(size_t size, bool nothrow) { in cpp_alloc()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddebugallocation.cc1111 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
Dtcmalloc.cc1418 inline void* cpp_alloc(size_t size, bool nothrow) { in cpp_alloc()