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

/external/stlport/stlport/stl/
H A D_new.h67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
/external/chromium/base/allocator/
H A Dgeneric_allocators.cc13 inline void* generic_cpp_alloc(size_t size, bool nothrow) { argument
19 if (!call_new_handler(nothrow))
H A Dallocator_shim.cc71 inline bool call_new_handler(bool nothrow) { argument
92 if (nothrow)
102 if (!nothrow)
/external/stlport/src/
H A Ddll_main.cpp90 const nothrow_t nothrow /* = {} */; variable

Completed in 181 milliseconds