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() _NOEXCEPT197 bad_alloc::~bad_alloc() _NOEXCEPT202 bad_alloc::what() const _NOEXCEPT204 return "std::bad_alloc";247 throw bad_alloc();