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

1 2 3 4 5 6 7

  /external/valgrind/main/memcheck/tests/
new_nothrow.cpp 3 // At one point, Valgrind wasn't overriding these 'nothrow' versions; since
8 int * a = new (std::nothrow) int;
9 int * b = new (std::nothrow) int[5];
  /external/valgrind/main/massif/tests/
new-cpp.cpp 20 s* p2 = new (std::nothrow) s;
22 char* c2 = new (std::nothrow) char[2000];
overloaded-new.cpp 50 s* p2 = new (std::nothrow) s;
52 char* c2 = new (std::nothrow) char[2000];
  /external/llvm/test/Transforms/InstCombine/
nothrow.ll 6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
  /external/clang/test/CodeGen/
ms-declspecs.c 7 void __declspec(nothrow) t22();
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 20 void die(void) __attribute__((nothrow, noreturn));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 112 ~_Sp_counted_base() // nothrow
118 _M_dispose() = 0; // nothrow
122 _M_destroy() // nothrow
136 _M_release() // nothrow
158 _M_weak_add_ref() // nothrow
162 _M_weak_release() // nothrow
178 _M_get_use_count() const // nothrow
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 112 ~_Sp_counted_base() // nothrow
118 _M_dispose() = 0; // nothrow
122 _M_destroy() // nothrow
136 _M_release() // nothrow
158 _M_weak_add_ref() // nothrow
162 _M_weak_release() // nothrow
178 _M_get_use_count() const // nothrow
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 112 ~_Sp_counted_base() // nothrow
118 _M_dispose() = 0; // nothrow
122 _M_destroy() // nothrow
136 _M_release() // nothrow
158 _M_weak_add_ref() // nothrow
162 _M_weak_release() // nothrow
178 _M_get_use_count() const // nothrow
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 112 ~_Sp_counted_base() // nothrow
118 _M_dispose() = 0; // nothrow
122 _M_destroy() // nothrow
136 _M_release() // nothrow
158 _M_weak_add_ref() // nothrow
162 _M_weak_release() // nothrow
178 _M_get_use_count() const // nothrow
  /bionic/libstdc++/include/
new 11 extern const nothrow_t nothrow;
  /bionic/libstdc++/src/
new.cpp 4 const std::nothrow_t std::nothrow = {}; member in class:std
  /ndk/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
new 69 extern const nothrow_t nothrow;
84 * - @c nothrow single new and delete (take a @c nothrow argument, return
86 * - @c nothrow array new and delete (same)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
new 71 extern const nothrow_t nothrow;
86 * - @c nothrow single new and delete (take a @c nothrow argument, return
88 * - @c nothrow array new and delete (same)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
new 71 extern const nothrow_t nothrow;
86 * - @c nothrow single new and delete (take a @c nothrow argument, return
88 * - @c nothrow array new and delete (same)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
new 69 extern const nothrow_t nothrow;
84 * - @c nothrow single new and delete (take a @c nothrow argument, return
86 * - @c nothrow array new and delete (same)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
new 69 extern const nothrow_t nothrow;
84 * - @c nothrow single new and delete (take a @c nothrow argument, return
86 * - @c nothrow array new and delete (same)

Completed in 779 milliseconds

1 2 3 4 5 6 7