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

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dfunctexcept.h52 __throw_bad_alloc(void) __attribute__((__noreturn__));
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dmalloc_allocator.h101 std::__throw_bad_alloc();
105 std::__throw_bad_alloc();
H A Dnew_allocator.h102 std::__throw_bad_alloc();
H A Dpool_allocator.h220 std::__throw_bad_alloc();
250 std::__throw_bad_alloc();
H A Darray_allocator.h156 std::__throw_bad_alloc();
H A Dmt_allocator.h692 std::__throw_bad_alloc();
H A Dthrow_allocator.h832 std::__throw_bad_alloc();
H A Dbitmap_allocator.h33 #include <bits/functexcept.h> // For __throw_bad_alloc().
1019 std::__throw_bad_alloc();
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc92 std::__throw_bad_alloc();
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc61 __throw_bad_alloc() function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C4 void __throw_bad_alloc ();
23 __throw_bad_alloc ();
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload.h346 if (ptr == 0) std::__throw_bad_alloc();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr47333.C31 __throw_bad_alloc(void) __attribute__((__noreturn__));
242 std::__throw_bad_alloc();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46646.C222 __throw_bad_alloc(void) __attribute__((__noreturn__));
305 std::__throw_bad_alloc();
H A Dpr46567.C14 __throw_bad_alloc(void) __attribute__((__noreturn__));
1713 std::__throw_bad_alloc();

Completed in 104 milliseconds