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

1 2 3 4 5 6

  /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&);
21 void operator delete[](void*, const std::nothrow_t&);
  /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&);
  /bionic/libstdc++/src/
new.cpp 4 const std::nothrow_t std::nothrow = {};
34 void* operator new(std::size_t size, const std::nothrow_t&)
39 void* operator new[](std::size_t size, const std::nothrow_t&)
44 void operator delete(void* ptr, const std::nothrow_t&)
49 void operator delete[](void* ptr, const std::nothrow_t&)
  /external/valgrind/main/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/sources/cxx-stl/llvm-libc++/libcxx/include/
new 30 struct nothrow_t {};
31 extern const nothrow_t nothrow;
39 void* operator new(std::size_t size, const std::nothrow_t&) noexcept; // replaceable
41 void operator delete(void* ptr, const std::nothrow_t&) noexcept; // replaceable
44 void* operator new[](std::size_t size, const std::nothrow_t&) noexcept; // replaceable
46 void operator delete[](void* ptr, const std::nothrow_t&) noexcept; // replaceable
86 struct _LIBCPP_TYPE_VIS nothrow_t {};
87 extern _LIBCPP_FUNC_VIS const nothrow_t nothrow;
99 _LIBCPP_FUNC_VIS void* operator new(std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS;
101 _LIBCPP_FUNC_VIS void operator delete(void* __p, const std::nothrow_t&) _NOEXCEPT
    [all...]
  /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/compiler-rt/lib/asan/
asan_new_delete.cc 34 // Fake std::nothrow_t to avoid including <new>.
36 struct nothrow_t {}; struct in namespace:std
56 void *operator new(size_t size, std::nothrow_t const&)
59 void *operator new[](size_t size, std::nothrow_t const&)
69 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
72 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
87 void operator delete(void *ptr, std::nothrow_t const&)
90 void operator delete[](void *ptr, std::nothrow_t const&)
100 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) {
103 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&)
    [all...]
  /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 30 // Fake std::nothrow_t to avoid including <new>.
32 struct nothrow_t {}; struct in namespace:std
42 void *operator new(size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
43 void *operator new[](size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
50 void operator delete(void *ptr, std::nothrow_t const&) { OPERATOR_DELETE_BODY; }
51 void operator delete[](void *ptr, std::nothrow_t const&) {
  /ndk/sources/cxx-stl/gabi++/include/
new 40 struct nothrow_t {};
41 extern const nothrow_t nothrow;
57 void* operator new(std::size_t size, const std::nothrow_t&) throw();
59 void* operator new[](std::size_t size, const std::nothrow_t&) throw();
62 void operator delete[](void* const, std::nothrow_t&) throw();
64 void operator delete(void*, const std::nothrow_t&) throw();

Completed in 390 milliseconds

1 2 3 4 5 6