| /trueos/contrib/libcxxrt/ |
| HD | stdexcept.cc | 46 bad_alloc::bad_alloc() throw() {} in bad_alloc() function in std::bad_alloc 47 bad_alloc::~bad_alloc() {} in ~bad_alloc() 48 bad_alloc::bad_alloc(const bad_alloc&) throw() {} in bad_alloc() argument 49 bad_alloc& bad_alloc::operator=(const bad_alloc&) throw() in operator =() argument 53 const char* bad_alloc::what() const throw() in what()
|
| HD | stdexcept.h | 49 class bad_alloc: public exception 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
|
| HD | memory.cc | 91 throw std::bad_alloc(); in operator new() 125 throw(std::bad_alloc) in operator new[]()
|
| /trueos/contrib/libc++/src/ |
| D | new.cpp | 48 throw(std::bad_alloc) in operator new() 63 throw std::bad_alloc(); in operator new() 94 throw(std::bad_alloc) in operator new[]() 177 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc() function in std::bad_alloc 183 bad_alloc::~bad_alloc() _NOEXCEPT in ~bad_alloc() 188 bad_alloc::what() const _NOEXCEPT in what() 233 throw bad_alloc(); in __throw_bad_alloc()
|
| D | debug.cpp | 156 throw bad_alloc(); in __insert_c() 182 throw bad_alloc(); in __insert_c() 479 throw bad_alloc(); in __add() 505 throw bad_alloc(); in __insert_iterator() 531 throw bad_alloc(); in __insert_iterator()
|
| D | ios.cpp | 310 throw bad_alloc(); in copyfmt() 317 throw bad_alloc(); in copyfmt() 326 throw bad_alloc(); in copyfmt() 335 throw bad_alloc(); in copyfmt()
|
| /trueos/contrib/libc++/include/ |
| D | new | 20 class bad_alloc 24 bad_alloc() noexcept; 25 bad_alloc(const bad_alloc&) noexcept; 26 bad_alloc& operator=(const bad_alloc&) noexcept; 30 class bad_array_length : public bad_alloc // C++14 36 class bad_array_new_length : public bad_alloc 78 class _LIBCPP_EXCEPTION_ABI bad_alloc 82 bad_alloc() _NOEXCEPT; 83 virtual ~bad_alloc() _NOEXCEPT; 88 : public bad_alloc [all …]
|
| /trueos/contrib/libstdc++/libsupc++/ |
| D | new_handler.cc | 48 std::bad_alloc::~bad_alloc() throw() { } in ~bad_alloc() 51 std::bad_alloc::what() const throw() in what()
|
| D | new_op.cc | 38 using std::bad_alloc; 50 operator new (std::size_t sz) throw (std::bad_alloc) in operator new() 63 throw bad_alloc(); in operator new()
|
| D | new | 56 * @c bad_alloc (or classes derived from it) is used to report allocation 58 class bad_alloc : public exception 61 bad_alloc() throw() { } 65 virtual ~bad_alloc() throw(); 86 * - normal single new and delete (no arguments, throw @c bad_alloc on error) 95 void* operator new(std::size_t) throw (std::bad_alloc); 96 void* operator new[](std::size_t) throw (std::bad_alloc);
|
| D | new_opnt.cc | 35 using std::bad_alloc; 58 catch (bad_alloc &) in operator new()
|
| D | new_opv.cc | 35 operator new[] (std::size_t sz) throw (std::bad_alloc) in operator new[]()
|
| /trueos/lib/libcxxrt/ |
| HD | Version.map | 274 "std::bad_alloc::bad_alloc(std::bad_alloc const&)"; 275 "std::bad_alloc::bad_alloc()"; 276 "std::bad_alloc::operator=(std::bad_alloc const&)"; 313 "std::bad_alloc::~bad_alloc()"; 323 "vtable for std::bad_alloc"; 330 "typeinfo for std::bad_alloc"; 336 "typeinfo name for std::bad_alloc"; 350 "std::bad_alloc::what() const";
|
| /trueos/gnu/lib/libsupc++/ |
| D | Version.map | 157 std::bad_alloc; 161 "typeinfo for std::bad_alloc"; 166 "typeinfo name for std::bad_alloc"; 171 "vtable for std::bad_alloc"; 183 "std::bad_alloc::what() const";
|
| /trueos/contrib/libstdc++/include/backward/ |
| D | new.h | 36 using std::bad_alloc;
|
| /trueos/contrib/libstdc++/src/ |
| D | bitmap_allocator.cc | 52 _M_get(size_t __sz) throw(std::bad_alloc) in _M_get()
|
| D | functexcept.cc | 52 { throw bad_alloc(); } in __throw_bad_alloc()
|
| /trueos/contrib/atf/atf-c++/detail/ |
| D | exceptions.cpp | 108 throw std::bad_alloc(); in throw_no_memory_error()
|
| D | exceptions_test.cpp | 111 } catch (const std::bad_alloc&) { in ATF_TEST_CASE_BODY()
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | bitmap_allocator.h | 680 _M_get(size_t __sz) throw(std::bad_alloc); 784 _S_refill_pool() throw(std::bad_alloc) 848 _M_allocate_single_object() throw(std::bad_alloc)
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | memory | 41 #include <new> // std::bad_alloc
|
| /trueos/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 461 # std::bad_alloc::~bad_alloc, std::bad_cast::~bad_cast,
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog | 366 * libsupc++/new (bad_alloc::what): Declare.
|
| /trueos/contrib/gcc/cp/ |
| HD | NEWS | 189 * operator new now throws bad_alloc where appropriate.
|
| HD | ChangeLog-1997 | 352 * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler. 353 (new): Move from libgcc2. Throw bad_alloc. 2464 * new: Add nothrow new and delete, bad_alloc and throw specifications
|