Home
last modified time | relevance | path

Searched refs:__throw_bad_alloc (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dfunctexcept.cc44 __throw_bad_alloc(void) in __throw_bad_alloc() function
100 __throw_bad_alloc(void)
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dfunctexcept.cc51 __throw_bad_alloc(void) in __throw_bad_alloc() function
107 __throw_bad_alloc(void)
H A Dbitmap_allocator.cc92 std::__throw_bad_alloc(); in _M_get()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dmalloc_allocator.h90 std::__throw_bad_alloc();
94 std::__throw_bad_alloc();
H A Dpool_allocator.h201 std::__throw_bad_alloc(); in allocate()
231 std::__throw_bad_alloc(); in allocate()
H A Dnew_allocator.h89 std::__throw_bad_alloc();
H A Darray_allocator.h128 std::__throw_bad_alloc();
H A Dmt_allocator.h673 std::__throw_bad_alloc();
H A Dbitmap_allocator.h1051 std::__throw_bad_alloc();
/openbsd-src/gnu/llvm/libcxx/src/experimental/
H A Dmemory_resource.cpp36 __throw_bad_alloc(); in do_allocate()
62 __throw_bad_alloc(); in do_allocate()
/openbsd-src/gnu/llvm/libcxx/src/
H A Ddebug.cpp162 __throw_bad_alloc(); in __insert_c()
184 __throw_bad_alloc(); in __insert_c()
476 __throw_bad_alloc(); in __add()
499 __throw_bad_alloc(); in __insert_iterator()
522 __throw_bad_alloc(); in __insert_iterator()
H A Dios.cpp296 __throw_bad_alloc(); in copyfmt()
301 __throw_bad_alloc(); in copyfmt()
308 __throw_bad_alloc(); in copyfmt()
315 __throw_bad_alloc(); in copyfmt()
H A Dnew.cpp39 __throw_bad_alloc() in __throw_bad_alloc() function
H A Dmemory_resource.cpp50 __throw_bad_alloc(); in do_allocate()
64 void* do_allocate(size_t, size_t) override { __throw_bad_alloc(); } in do_allocate()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfunctexcept.h44 __throw_bad_alloc(void);
H A Dstl_alloc.h181 __throw_bad_alloc(); in _S_oom_malloc()
201 __throw_bad_alloc(); in _S_oom_realloc()
421 __throw_bad_alloc(); in allocate()
675 __throw_bad_alloc();
H A Dpthread_allocimpl.h249 std::__throw_bad_alloc(); // defined in funcexcept.h in _S_get_per_thread_state()
257 std::__throw_bad_alloc(); in _S_get_per_thread_state()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dfunctexcept.h52 __throw_bad_alloc(void) __attribute__((__noreturn__));
/openbsd-src/gnu/llvm/libcxx/include/
H A Dlocale290 __throw_bad_alloc();
1577 __throw_bad_alloc();
1591 __throw_bad_alloc();
2829 __throw_bad_alloc();
3073 __throw_bad_alloc();
3367 __throw_bad_alloc();
3371 __throw_bad_alloc();
3400 __throw_bad_alloc();
3442 __throw_bad_alloc();
H A Dnew171 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc(); // not in C++ spec
H A D__locale86 __throw_bad_alloc();
104 __throw_bad_alloc();
H A Dostream872 __throw_bad_alloc();
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20015275 std::__throw_bad_alloc() instead of throw bad_alloc.