Home
last modified time | relevance | path

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

/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()