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

/ndk/sources/cxx-stl/gabi++/src/
H A Ddelete.cc47 operator delete(void* ptr, const std::nothrow_t &)
54 operator delete[](void* ptr, const std::nothrow_t &nt)
H A Dnew.cc52 operator new(std::size_t size, const std::nothrow_t&)
58 operator new[](std::size_t size, const std::nothrow_t& nt)
/ndk/sources/cxx-stl/system/include/
H A Dnew10 struct nothrow_t {};
11 extern const nothrow_t nothrow;
18 void* operator new(std::size_t, const std::nothrow_t&);
19 void* operator new[](std::size_t, const std::nothrow_t&);
20 void operator delete(void*, const std::nothrow_t&);
21 void operator delete[](void*, const std::nothrow_t&);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_new.h66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
/ndk/sources/cxx-stl/stlport/src/
H A Ddll_main.cpp90 const nothrow_t nothrow /* = {} */;

Completed in 124 milliseconds