HomeSort by relevance Sort by last modified time
    Searched full:nothrow_t (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libstdc++/include/
new 10 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&) throw();
21 void operator delete[](void*, const std::nothrow_t&) throw();
  /ndk/sources/cxx-stl/system/include/
new 10 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&);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
new 9 struct nothrow_t {};
10 extern const nothrow_t nothrow;
17 void* operator new(std::size_t, const std::nothrow_t&);
18 void* operator new[](std::size_t, const std::nothrow_t&);
19 void operator delete(void*, const std::nothrow_t&);
20 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
new 9 struct nothrow_t {};
10 extern const nothrow_t nothrow;
17 void* operator new(std::size_t, const std::nothrow_t&);
18 void* operator new[](std::size_t, const std::nothrow_t&);
19 void operator delete(void*, const std::nothrow_t&);
20 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
new 9 struct nothrow_t {};
10 extern const nothrow_t nothrow;
17 void* operator new(std::size_t, const std::nothrow_t&);
18 void* operator new[](std::size_t, const std::nothrow_t&);
19 void operator delete(void*, const std::nothrow_t&);
20 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
new 8 struct nothrow_t {};
9 extern const nothrow_t nothrow;
16 void* operator new(std::size_t, const std::nothrow_t&);
17 void* operator new[](std::size_t, const std::nothrow_t&);
18 void operator delete(void*, const std::nothrow_t&);
19 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
new 9 struct nothrow_t {};
10 extern const nothrow_t nothrow;
17 void* operator new(std::size_t, const std::nothrow_t&);
18 void* operator new[](std::size_t, const std::nothrow_t&);
19 void operator delete(void*, const std::nothrow_t&);
20 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
new 8 struct nothrow_t {};
9 extern const nothrow_t nothrow;
16 void* operator new(std::size_t, const std::nothrow_t&);
17 void* operator new[](std::size_t, const std::nothrow_t&);
18 void operator delete(void*, const std::nothrow_t&);
19 void operator delete[](void*, const std::nothrow_t&);
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
new 10 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&);
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
new 10 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&);
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
new 10 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&);
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
new 10 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&);
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
new 10 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&);
  /external/valgrind/massif/tests/
new-cpp.cpp 3 // operator new(unsigned, std::nothrow_t const&)
4 // operator new[](unsigned, std::nothrow_t const&)
10 using std::nothrow_t;
overloaded-new.cpp 3 // operator new(unsigned, std::nothrow_t const&)
4 // operator new[](unsigned, std::nothrow_t const&)
10 using std::nothrow_t;
22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw ()
32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw ()
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete3_1.cpp 20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw()
25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw()
new5.cpp 7 void * operator new[](size_t, std::nothrow_t const &) throw()
  /ndk/tests/device/test-stlport_static-exception/jni/
delete3_1.cpp 20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw()
25 void operator delete(void* pMemory, SomeClass&, const std::nothrow_t&) throw()
new5.cpp 7 void * operator new[](size_t, std::nothrow_t const &) throw()
  /external/libcxx/include/
new 42 struct nothrow_t {};
43 extern const nothrow_t nothrow;
51 void* operator new(std::size_t size, const std::nothrow_t&) noexcept; // replaceable
54 void operator delete(void* ptr, const std::nothrow_t&) noexcept; // replaceable
56 const std::nothrow_t&) noexcept; // replaceable, C++14
59 void* operator new[](std::size_t size, const std::nothrow_t&) noexcept; // replaceable
62 void operator delete[](void* ptr, const std::nothrow_t&) noexcept; // replaceable
64 const std::nothrow_t&) noexcept; // replaceable, C++14
121 struct _LIBCPP_TYPE_VIS nothrow_t {};
122 extern _LIBCPP_FUNC_VIS const nothrow_t nothrow
    [all...]
  /bionic/libc/bionic/
new.cpp 23 const std::nothrow_t std::nothrow = {};
49 void* operator new(std::size_t size, const std::nothrow_t&) {
53 void* operator new[](std::size_t size, const std::nothrow_t&) {
57 void operator delete(void* ptr, const std::nothrow_t&) throw() {
61 void operator delete[](void* ptr, const std::nothrow_t&) throw() {
  /abi/cpp/include/
new 37 struct nothrow_t {};
38 extern const nothrow_t nothrow;
44 void* operator new(std::size_t size, const std::nothrow_t&) throw();
46 void operator delete(void*, const std::nothrow_t&) throw();
48 void* operator new[](std::size_t size, const std::nothrow_t&) throw();
50 void operator delete[](void* const, std::nothrow_t&) throw();
  /external/compiler-rt/lib/msan/
msan_new_delete.cc 31 // Fake std::nothrow_t to avoid including <new>.
33 struct nothrow_t {}; struct in namespace:std
46 void *operator new(size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
48 void *operator new[](size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
59 void operator delete(void *ptr, std::nothrow_t const&) { OPERATOR_DELETE_BODY; }
61 void operator delete[](void *ptr, std::nothrow_t const&) {
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
new 37 struct nothrow_t {};
38 extern const nothrow_t nothrow;
44 void* operator new(std::size_t size, const std::nothrow_t&) throw();
46 void* operator new[](std::size_t size, const std::nothrow_t&) throw();
49 void operator delete[](void* const, std::nothrow_t&) throw();
51 void operator delete(void*, const std::nothrow_t&) throw();
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
new 37 struct nothrow_t {};
38 extern const nothrow_t nothrow;
44 void* operator new(std::size_t size, const std::nothrow_t&) throw();
46 void* operator new[](std::size_t size, const std::nothrow_t&) throw();
49 void operator delete[](void* const, std::nothrow_t&) throw();
51 void operator delete(void*, const std::nothrow_t&) throw();

Completed in 1171 milliseconds

1 2 3 4 5 6 7 8 9