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

1 2 3 4

  /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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r4/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&);
  /prebuilt/ndk/android-ndk-r5/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&);
  /prebuilt/ndk/android-ndk-r6/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&);
  /prebuilt/ndk/android-ndk-r7/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 ()
realloc.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
deep-B.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
  /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();
  /ndk/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();
  /prebuilt/ndk/android-ndk-r7/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();
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
new 67 struct nothrow_t { };
69 extern const nothrow_t nothrow;
95 void* operator new(std::size_t, const std::nothrow_t&) throw();
96 void* operator new[](std::size_t, const std::nothrow_t&) throw();
97 void operator delete(void*, const std::nothrow_t&) throw();
98 void operator delete[](void*, const std::nothrow_t&) throw();

Completed in 1444 milliseconds

1 2 3 4