Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_new_delete.cpp69 operator new(size_t size, const std::nothrow_t&) in operator new()
110 operator new[](size_t size, const std::nothrow_t&) in operator new[]()
154 operator delete(void* ptr, const std::nothrow_t&) in operator delete()
188 operator delete[] (void* ptr, const std::nothrow_t&) in operator delete[]()
/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/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/sources/cxx-stl/llvm-libc++/libcxx/src/
Dnew.cpp74 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
103 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
130 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
144 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