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

/freebsd-11-stable/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();
84 class bad_array_new_length: public bad_alloc
H A Dmemory.cc76 #define BADALLOC throw(std::bad_alloc)
100 throw std::bad_alloc();
115 // std::bad_alloc exception in new handler
142 // std::bad_alloc exception in new handler
/freebsd-11-stable/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-11-stable/contrib/libstdc++/include/backward/
H A Dnew.h36 using std::bad_alloc;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dnew.cpp42 throw bad_alloc();
76 throw std::bad_alloc();
195 throw std::bad_alloc();
/freebsd-11-stable/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-11-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp108 throw std::bad_alloc();
H A Dexceptions_test.cpp111 } catch (const std::bad_alloc&) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp167 throw std::bad_alloc();
180 // errors are handled by throwing 'std::bad_alloc'.
/freebsd-11-stable/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 100 milliseconds