Searched refs:bad_alloc (Results 1 – 15 of 15) sorted by relevance
46 bad_alloc::bad_alloc() throw() {} in bad_alloc() function in std::bad_alloc47 bad_alloc::~bad_alloc() {} in ~bad_alloc()48 bad_alloc::bad_alloc(const bad_alloc&) throw() {} in bad_alloc() argument49 bad_alloc& bad_alloc::operator=(const bad_alloc&) throw() in operator =() argument53 const char* bad_alloc::what() const throw() in what()
49 class bad_alloc: public exception52 bad_alloc() throw();53 bad_alloc(const bad_alloc&) throw();54 bad_alloc& operator=(const bad_alloc&) throw();55 ~bad_alloc();84 class bad_array_new_length: public bad_alloc
76 #define BADALLOC throw(std::bad_alloc)100 throw std::bad_alloc(); in operator new()
104 bad_alloc::bad_alloc() noexcept108 bad_alloc::~bad_alloc() noexcept113 bad_alloc::what() const noexcept115 return "std::bad_alloc";
134 bad_alloc::bad_alloc() noexcept138 bad_alloc::~bad_alloc() noexcept143 bad_alloc::what() const noexcept145 return "std::bad_alloc";
16 bad_alloc::bad_alloc() noexcept
303 "std::bad_alloc::bad_alloc(std::bad_alloc const&)";304 "std::bad_alloc::bad_alloc()";305 "std::bad_alloc::operator=(std::bad_alloc const&)";342 "std::bad_alloc::~bad_alloc()";352 "vtable for std::bad_alloc";359 "typeinfo for std::bad_alloc";365 "typeinfo name for std::bad_alloc";379 "std::bad_alloc::what() const";
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++14126 class _LIBCPP_EXCEPTION_ABI bad_alloc130 bad_alloc() _NOEXCEPT;131 virtual ~bad_alloc() _NOEXCEPT;136 : public bad_alloc173 #define _THROW_BAD_ALLOC throw(std::bad_alloc)
1004 // throws (probably bad_alloc) if memory run out2545 // throws (probably bad_alloc) if memory run out
42 throw bad_alloc(); in __throw_bad_alloc()76 throw std::bad_alloc(); in operator new()196 throw std::bad_alloc(); in operator new()
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()