Home
last modified time | relevance | path

Searched defs:bad_alloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dstdexcept.cc46 bad_alloc::bad_alloc() throw() {} in bad_alloc() function in std::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 =()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dnew1_y.C6 void * operator new[] (size_t s) throw (std::bad_alloc) in throw()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dstdlib_exception.cpp40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dnew1.C12 void * operator new[] (size_t s) throw (std::bad_alloc) in throw()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C37 void *operator new[] (std::size_t size) throw (std::bad_alloc) in throw()
H A Darraynew.C10 void* operator new[](size_t s) throw (std::bad_alloc) in throw()