HomeSort by relevance Sort by last modified time
    Searched refs:bad_alloc (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/clang/test/CXX/except/except.spec/
p3.cpp 98 // with a throw(bad_alloc) spec, because C++0x makes an incompatible change
100 extern "C++" { namespace std { class bad_alloc {}; } } class in namespace:std
102 void* operator new(mysize_t) throw(std::bad_alloc);
105 void* operator new[](mysize_t) throw(std::bad_alloc);
  /external/deqp/framework/delibs/decpp/
deThread.cpp 88 throw std::bad_alloc();
deProcess.cpp 35 throw std::bad_alloc();
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp 48 catch (std::bad_alloc&)
new_array_nothrow_replace.pass.cpp 25 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
new_array_replace.pass.cpp 26 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
new_align_val_t.pass.cpp 69 catch (std::bad_alloc&)
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp 48 catch (std::bad_alloc&)
new_nothrow_replace.pass.cpp 25 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
new_replace.pass.cpp 24 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
new_align_val_t.pass.cpp 68 catch (std::bad_alloc&)
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_allocator_throw.pass.cpp 39 catch (std::bad_alloc&)
pointer_deleter_allocator_throw.pass.cpp 40 catch (std::bad_alloc&)
pointer_deleter_throw.pass.cpp 47 catch (std::bad_alloc&)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp 48 catch (std::bad_alloc&)
new_align_val_t.pass.cpp 69 catch (std::bad_alloc&)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp 48 catch (std::bad_alloc&)
new_align_val_t.pass.cpp 68 catch (std::bad_alloc&)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_allocator_throw.pass.cpp 39 catch (std::bad_alloc&)
pointer_deleter_allocator_throw.pass.cpp 40 catch (std::bad_alloc&)
pointer_deleter_throw.pass.cpp 48 catch (std::bad_alloc&)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dl5.cc 17 operator new (size_t sz) throw (std::bad_alloc)
  /external/deqp/framework/randomshaders/
rsgToken.cpp 36 throw std::bad_alloc();
59 throw std::bad_alloc();
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 32 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
35 TEST_THROW(std::bad_alloc());
103 // Test throwing std::bad_alloc
108 // std::bad_alloc is thrown by new.
137 } catch (std::bad_alloc const&) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 32 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
35 TEST_THROW(std::bad_alloc());
103 // Test throwing std::bad_alloc
108 // std::bad_alloc is thrown by new.
137 } catch (std::bad_alloc const&) {

Completed in 284 milliseconds

12 3 4