Home
last modified time | relevance | path

Searched refs:bad_alloc (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/cronet/tot/third_party/libc++abi/src/src/
Dstdlib_exception.cpp40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
44 bad_alloc::~bad_alloc() noexcept in ~bad_alloc()
49 bad_alloc::what() const noexcept in what()
/external/cronet/stable/third_party/libc++abi/src/src/
Dstdlib_exception.cpp40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
44 bad_alloc::~bad_alloc() noexcept in ~bad_alloc()
49 bad_alloc::what() const noexcept in what()
/external/libcxxabi/src/
Dstdlib_exception.cpp42 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc() function in std::bad_alloc
46 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc()
51 bad_alloc::what() const _NOEXCEPT in what()
/external/cronet/tot/third_party/libc++/src/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp19 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value), in main()
21 static_assert(std::is_polymorphic<std::bad_alloc>::value, in main()
23 std::bad_alloc b; in main()
24 std::bad_alloc b2 = b; in main()
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp18 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_alloc>::value, in main()
22 std::bad_alloc b; in main()
23 std::bad_alloc b2 = b; in main()
/external/cronet/stable/third_party/libc++/src/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp19 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value), in main()
21 static_assert(std::is_polymorphic<std::bad_alloc>::value, in main()
23 std::bad_alloc b; in main()
24 std::bad_alloc b2 = b; in main()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dnew19 class bad_alloc
23 bad_alloc() noexcept;
24 bad_alloc(const bad_alloc&) noexcept;
25 bad_alloc& operator=(const bad_alloc&) noexcept;
29 class bad_array_new_length : public bad_alloc // C++14
127 class _LIBCPP_EXPORTED_FROM_ABI bad_alloc : public exception {
129 bad_alloc() _NOEXCEPT;
130 _LIBCPP_HIDE_FROM_ABI bad_alloc(const bad_alloc&) _NOEXCEPT = default;
131 _LIBCPP_HIDE_FROM_ABI bad_alloc& operator=(const bad_alloc&) _NOEXCEPT = default;
132 ~bad_alloc() _NOEXCEPT override;
[all …]
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dnew19 class bad_alloc
23 bad_alloc() noexcept;
24 bad_alloc(const bad_alloc&) noexcept;
25 bad_alloc& operator=(const bad_alloc&) noexcept;
29 class bad_array_new_length : public bad_alloc // C++14
127 class _LIBCPP_EXPORTED_FROM_ABI bad_alloc : public exception {
129 bad_alloc() _NOEXCEPT;
130 _LIBCPP_HIDE_FROM_ABI bad_alloc(const bad_alloc&) _NOEXCEPT = default;
131 _LIBCPP_HIDE_FROM_ABI bad_alloc& operator=(const bad_alloc&) _NOEXCEPT = default;
132 ~bad_alloc() _NOEXCEPT override;
[all …]
/external/cronet/stable/third_party/libc++/src/include/
Dnew19 class bad_alloc
23 bad_alloc() noexcept;
24 bad_alloc(const bad_alloc&) noexcept;
25 bad_alloc& operator=(const bad_alloc&) noexcept;
29 class bad_array_new_length : public bad_alloc // C++14
133 class _LIBCPP_EXPORTED_FROM_ABI bad_alloc : public exception {
135 bad_alloc() _NOEXCEPT;
136 _LIBCPP_HIDE_FROM_ABI bad_alloc(const bad_alloc&) _NOEXCEPT = default;
137 _LIBCPP_HIDE_FROM_ABI bad_alloc& operator=(const bad_alloc&) _NOEXCEPT = default;
138 ~bad_alloc() _NOEXCEPT override;
[all …]
/external/cronet/tot/third_party/libc++/src/include/
Dnew19 class bad_alloc
23 bad_alloc() noexcept;
24 bad_alloc(const bad_alloc&) noexcept;
25 bad_alloc& operator=(const bad_alloc&) noexcept;
29 class bad_array_new_length : public bad_alloc // C++14
133 class _LIBCPP_EXPORTED_FROM_ABI bad_alloc : public exception {
135 bad_alloc() _NOEXCEPT;
136 _LIBCPP_HIDE_FROM_ABI bad_alloc(const bad_alloc&) _NOEXCEPT = default;
137 _LIBCPP_HIDE_FROM_ABI bad_alloc& operator=(const bad_alloc&) _NOEXCEPT = default;
138 ~bad_alloc() _NOEXCEPT override;
[all …]
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dthrow_exception.hpp34 typedef std::bad_alloc bad_alloc_t;
64 class bad_alloc class
68 bad_alloc() in bad_alloc() function in boost::container::bad_alloc
73 typedef bad_alloc bad_alloc_t;
196 throw std::bad_alloc();
198 throw bad_alloc();
/external/libcxx/src/support/runtime/
Dexception_fallback.ipp109 bad_alloc::bad_alloc() _NOEXCEPT
113 bad_alloc::~bad_alloc() _NOEXCEPT
118 bad_alloc::what() const _NOEXCEPT
120 return "std::bad_alloc";
Dexception_msvc.ipp135 bad_alloc::bad_alloc() _NOEXCEPT
139 bad_alloc::~bad_alloc() _NOEXCEPT
144 bad_alloc::what() const _NOEXCEPT
146 return "std::bad_alloc";
/external/cronet/stable/third_party/libc++/src/src/support/runtime/
Dexception_fallback.ipp66 bad_alloc::bad_alloc() noexcept {}
68 bad_alloc::~bad_alloc() noexcept {}
70 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
Dexception_msvc.ipp84 bad_alloc::bad_alloc() noexcept {}
86 bad_alloc::~bad_alloc() noexcept {}
88 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
/external/cronet/tot/third_party/libc++/src/src/support/runtime/
Dexception_fallback.ipp66 bad_alloc::bad_alloc() noexcept {}
68 bad_alloc::~bad_alloc() noexcept {}
70 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
Dexception_msvc.ipp84 bad_alloc::bad_alloc() noexcept {}
86 bad_alloc::~bad_alloc() noexcept {}
88 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
Dp2.cpp17 class bad_alloc { }; class
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp83 throw std::bad_alloc(); in MemPool()
90 throw std::bad_alloc(); in MemPool()
104 throw std::bad_alloc(); in alloc()
114 throw std::bad_alloc(); in alignedAlloc()
/external/sdv/vsomeip/third_party/boost/thread/test/threads/thread/constr/
Dlambda_pass.cpp31 void* operator new(std::size_t s) _GLIBCXX_THROW (std::bad_alloc) in operator new()
37 void* operator new(std::size_t s) throw (std::bad_alloc) in operator new()
40 if (throw_one == 0) throw std::bad_alloc(); in operator new()
/external/sdv/vsomeip/third_party/boost/smart_ptr/extras/src/
Dsp_debug_hooks.cpp63 void * operator new(size_t n) throw(bad_alloc) in operator new()
69 if(p == 0) throw bad_alloc(); in operator new()
85 void * operator new[](size_t n) throw(bad_alloc) in operator new[]()
91 if(p == 0) throw bad_alloc(); in operator new[]()
/external/clang/test/CXX/except/except.spec/
Dp3.cpp100 extern "C++" { namespace std { class bad_alloc {}; } } class
102 void* operator new(mysize_t) throw(std::bad_alloc);
105 void* operator new[](mysize_t) throw(std::bad_alloc);
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp31 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc) in operator new()
35 if (expected == 0) TEST_THROW(std::bad_alloc()); in operator new()
146 } catch (std::bad_alloc const&) { in test_throwing_new_during_thread_creation()
191 catch (std::bad_alloc const&) in main()
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp31 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc) in operator new()
35 if (expected == 0) TEST_THROW(std::bad_alloc()); in operator new()
146 } catch (std::bad_alloc const&) { in test_throwing_new_during_thread_creation()
191 catch (std::bad_alloc const&) in main()
/external/libcxx/include/
Dnew20 class bad_alloc
24 bad_alloc() noexcept;
25 bad_alloc(const bad_alloc&) noexcept;
26 bad_alloc& operator=(const bad_alloc&) noexcept;
30 class bad_array_new_length : public bad_alloc // C++14
127 class _LIBCPP_EXCEPTION_ABI bad_alloc
131 bad_alloc() _NOEXCEPT;
132 virtual ~bad_alloc() _NOEXCEPT;
137 : public bad_alloc
165 #define _THROW_BAD_ALLOC throw(std::bad_alloc)

1234567891011