| /abi/cpp/src/ |
| new.cc | 34 operator new(std::size_t size) throw (/*std::bad_alloc*/) 39 throw std::bad_alloc();
|
| /external/eigen/test/ |
| sizeoverflow.cpp | 17 catch (std::bad_alloc&) { threw = true; } \ 18 VERIFY(threw && "should have thrown bad_alloc: " #a); \
|
| /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/ |
| bad_array_length.pass.cpp | 19 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_length>::value), 20 "std::is_base_of<std::bad_alloc, std::bad_array_length>::value");
|
| bad_array_new_length.pass.cpp | 18 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value), 19 "std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/ |
| bad_array_length.pass.cpp | 19 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_length>::value), 20 "std::is_base_of<std::bad_alloc, std::bad_array_length>::value");
|
| bad_array_new_length.pass.cpp | 18 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value), 19 "std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value");
|
| /external/clang/test/Analysis/Inputs/ |
| system-header-simulator-cxx.h | 65 class bad_alloc : public exception { class in namespace:std 67 bad_alloc() throw(); 68 bad_alloc(const bad_alloc&) throw(); 69 bad_alloc& operator=(const bad_alloc&) throw();
|
| /abi/cpp/include/ |
| new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 47 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/);
|
| /external/libcxx/test/std/strings/basic.string/string.capacity/ |
| max_size.pass.cpp | 33 catch ( const std::bad_alloc & ) { return ; } 44 catch ( const std::bad_alloc & ) { return ; }
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/ |
| max_size.pass.cpp | 26 catch ( const std::bad_alloc & ) { return ; } 37 catch ( const std::bad_alloc & ) { return ; }
|
| /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
| new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 45 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/);
|
| /external/deqp/framework/delibs/decpp/ |
| deMemPool.hpp | 71 throw std::bad_alloc(); 78 throw std::bad_alloc(); 92 throw std::bad_alloc(); 102 throw std::bad_alloc();
|
| deSocket.cpp | 38 throw std::bad_alloc(); 82 throw std::bad_alloc();
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
| shared_count.hpp | 38 #include <new> // std::bad_alloc 106 boost::throw_exception( std::bad_alloc() ); 143 boost::throw_exception(std::bad_alloc()); 175 boost::throw_exception( std::bad_alloc() ); 223 boost::throw_exception( std::bad_alloc() ); 271 boost::throw_exception( std::bad_alloc() ); 293 boost::throw_exception(std::bad_alloc());
|
| /external/deqp/framework/randomshaders/ |
| rsgToken.cpp | 36 throw std::bad_alloc(); 59 throw std::bad_alloc();
|
| /external/libcxx/test/std/containers/sequences/list/list.modifiers/ |
| insert_iter_size_value.pass.cpp | 29 void* operator new(std::size_t s) throw(std::bad_alloc) 32 throw std::bad_alloc();
|
| insert_iter_value.pass.cpp | 29 void* operator new(std::size_t s) throw(std::bad_alloc) 32 throw std::bad_alloc();
|
| /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
| F.pass.cpp | 27 void* operator new(std::size_t s) throw(std::bad_alloc) 30 throw std::bad_alloc();
|
| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
| auto_ptr.pass.cpp | 23 void* operator new(std::size_t s) throw(std::bad_alloc) 26 throw std::bad_alloc();
|
| unique_ptr.pass.cpp | 23 void* operator new(std::size_t s) throw(std::bad_alloc) 26 throw std::bad_alloc();
|
| /external/libcxx/test/support/ |
| count_new.hpp | 196 void* operator new(std::size_t s) throw(std::bad_alloc) 209 void* operator new[](std::size_t s) throw(std::bad_alloc)
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/ |
| insert_iter_size_value.pass.cpp | 27 void* operator new(std::size_t s) throw(std::bad_alloc) 30 throw std::bad_alloc();
|
| insert_iter_value.pass.cpp | 27 void* operator new(std::size_t s) throw(std::bad_alloc) 30 throw std::bad_alloc();
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
| F.pass.cpp | 23 void* operator new(std::size_t s) throw(std::bad_alloc) 26 throw std::bad_alloc();
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
| auto_ptr.pass.cpp | 21 void* operator new(std::size_t s) throw(std::bad_alloc) 24 throw std::bad_alloc();
|