Home | History | Annotate | Download | only in src

Lines Matching full:bad_alloc

26   throws bad_alloc.
38 throw(std::bad_alloc)
50 throw std::bad_alloc();
96 throw(std::bad_alloc)
201 // bad_alloc
203 bad_alloc::bad_alloc() _NOEXCEPT
207 bad_alloc::~bad_alloc() _NOEXCEPT
212 bad_alloc::what() const _NOEXCEPT
214 return "std::bad_alloc";
238 : public bad_alloc