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_alloc203 bad_alloc::bad_alloc() _NOEXCEPT207 bad_alloc::~bad_alloc() _NOEXCEPT212 bad_alloc::what() const _NOEXCEPT214 return "std::bad_alloc";238 : public bad_alloc