Searched refs:bad_alloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/libcxxrt/
H A Dstdexcept.cc46 bad_alloc::bad_alloc() throw() {} function in class:std::bad_alloc
47 bad_alloc::~bad_alloc() {}
48 bad_alloc::bad_alloc(const bad_alloc&) throw() {} argument
49 bad_alloc& bad_alloc::operator=(const bad_alloc argument
[all...]
H A Dstdexcept.h49 class bad_alloc: public exception class in namespace:std
52 bad_alloc() throw();
53 bad_alloc(const bad_alloc&) throw();
54 bad_alloc& operator=(const bad_alloc&) throw();
55 ~bad_alloc();
H A Dmemory.cc91 throw std::bad_alloc();
106 // std::bad_alloc exception in new handler
125 throw(std::bad_alloc)
139 // std::bad_alloc exception in new handler
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Dnew_handler.cc48 std::bad_alloc::~bad_alloc() throw() { }
51 std::bad_alloc::what() const throw()
53 return "std::bad_alloc";
H A Dnew_opv.cc35 operator new[] (std::size_t sz) throw (std::bad_alloc)
H A Dnew_op.cc38 using std::bad_alloc;
50 operator new (std::size_t sz) throw (std::bad_alloc)
63 throw bad_alloc();
H A Dnew_opnt.cc35 using std::bad_alloc;
58 catch (bad_alloc &)
/freebsd-10.0-release/contrib/libc++/src/
H A Dnew.cpp44 throw(std::bad_alloc)
59 throw std::bad_alloc();
90 throw(std::bad_alloc)
165 bad_alloc::bad_alloc() _NOEXCEPT
169 bad_alloc::~bad_alloc() _NOEXCEPT
174 bad_alloc::what() const _NOEXCEPT
176 return "std::bad_alloc";
201 throw bad_alloc();
[all...]
H A Dios.cpp296 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
307 throw bad_alloc();
312 throw bad_alloc();
320 throw bad_alloc();
328 throw bad_alloc();
H A Ddebug.cpp149 throw bad_alloc();
175 throw bad_alloc();
415 throw bad_alloc();
441 throw bad_alloc();
467 throw bad_alloc();
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dnew.h36 using std::bad_alloc;
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dbitmap_allocator.cc52 _M_get(size_t __sz) throw(std::bad_alloc)
72 // std::bad_alloc().
H A Dfunctexcept.cc52 { throw bad_alloc(); }
/freebsd-10.0-release/gnu/lib/libsupc++/
H A DVersion.map157 std::bad_alloc;
161 "typeinfo for std::bad_alloc";
166 "typeinfo name for std::bad_alloc";
171 "vtable for std::bad_alloc";
183 "std::bad_alloc::what() const";
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp111 throw std::bad_alloc();
H A Dexceptions_test.cpp114 } catch (const std::bad_alloc&) {
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h680 _M_get(size_t __sz) throw(std::bad_alloc);
775 * @throw std::bad_alloc. If memory can not be allocated.
784 _S_refill_pool() throw(std::bad_alloc)
837 * @throw std::bad_alloc. If memory can not be allocated.
848 _M_allocate_single_object() throw(std::bad_alloc)

Completed in 93 milliseconds