Home | History | Annotate | Download | only in src

Lines Matching full:bad_alloc

48     throw(std::bad_alloc)
63 throw std::bad_alloc();
94 throw(std::bad_alloc)
191 bad_alloc::bad_alloc() _NOEXCEPT
197 bad_alloc::~bad_alloc() _NOEXCEPT
202 bad_alloc::what() const _NOEXCEPT
204 return "std::bad_alloc";
247 throw bad_alloc();