Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_new.h67 # define nothrow nothrow_t() macro
/external/chromium/base/allocator/
Dallocator_shim.cc71 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/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp4032 static inline void* cpp_alloc(size_t size, bool nothrow) { in CreateCacheIfNecessary()