Home
last modified time | relevance | path

Searched defs:nothrow_t (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Ddelete3_1.cpp20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in operator new()
25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw() in operator delete()
Doperators27.cpp16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in operator new()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelete3_1.cpp20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in operator new()
25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw() in operator delete()
Doperators27.cpp16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in operator new()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dnew.cpp69 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
98 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
125 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
139 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
/ndk/sources/cxx-stl/gabi++/src/
Ddelete.cc48 void operator delete(void* ptr, const std::nothrow_t &) _GABIXX_NOEXCEPT in operator delete()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_new.h66 struct nothrow_t {}; struct