Searched refs:bad_alloc (Results 1 – 21 of 21) sorted by relevance
46 bad_alloc::bad_alloc() _LIBCXXRT_NOEXCEPT {} in bad_alloc() function in std::bad_alloc47 bad_alloc::~bad_alloc() {} in ~bad_alloc()48 bad_alloc::bad_alloc(const bad_alloc&) _LIBCXXRT_NOEXCEPT {} in bad_alloc() argument49 bad_alloc& bad_alloc::operator=(const bad_alloc&) _LIBCXXRT_NOEXCEPT in operator =() argument53 const char* bad_alloc::what() const _LIBCXXRT_NOEXCEPT in what()
51 class bad_alloc: public exception54 bad_alloc() _LIBCXXRT_NOEXCEPT;55 bad_alloc(const bad_alloc&) _LIBCXXRT_NOEXCEPT;56 bad_alloc& operator=(const bad_alloc&) _LIBCXXRT_NOEXCEPT;57 ~bad_alloc();86 class bad_array_new_length: public bad_alloc
76 #define BADALLOC throw(std::bad_alloc)126 throw std::bad_alloc(); in operator new()
19 class bad_alloc23 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++14127 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 …]
304 // or stream fails. May throw bad_alloc.
773 // throws (probably bad_alloc) if memory run out2219 // throws (probably bad_alloc) if memory run out
69 bad_alloc::bad_alloc() noexcept {}71 bad_alloc::~bad_alloc() noexcept {}73 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
87 bad_alloc::bad_alloc() noexcept {}89 bad_alloc::~bad_alloc() noexcept {}91 const char* bad_alloc::what() const noexcept { return "std::bad_alloc"; }
16 bad_alloc::bad_alloc() noexcept {}
276 "std::bad_alloc::bad_alloc(std::bad_alloc const&)";277 "std::bad_alloc::bad_alloc()";278 "std::bad_alloc::operator=(std::bad_alloc const&)";312 "std::bad_alloc::~bad_alloc()";322 "vtable for std::bad_alloc";329 "typeinfo for std::bad_alloc";335 "typeinfo name for std::bad_alloc";349 "std::bad_alloc::what() const";
277 "std::bad_alloc::bad_alloc(std::bad_alloc const&)";278 "std::bad_alloc::bad_alloc()";279 "std::bad_alloc::operator=(std::bad_alloc const&)";313 "std::bad_alloc::~bad_alloc()";323 "vtable for std::bad_alloc";330 "typeinfo for std::bad_alloc";336 "typeinfo name for std::bad_alloc";350 "std::bad_alloc::what() const";
22 throw bad_alloc(); in __throw_bad_alloc() 24 _LIBCPP_VERBOSE_ABORT("bad_alloc was thrown in -fno-exceptions mode"); in __throw_bad_alloc()
108 throw std::bad_alloc(); in throw_no_memory_error()
111 } catch (const std::bad_alloc&) { in ATF_TEST_CASE_BODY()
112 throw std::bad_alloc(); in safe_open()
93 throw std::bad_alloc(); in handle_bind_error()
167 throw std::bad_alloc(); in report_bad_alloc_error()
148 } catch (const std::bad_alloc&) {
736 SYMBOL(bad_alloc, std::, <new>)