Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dthrow_exception.hpp64 class bad_alloc class
68 bad_alloc() in bad_alloc() function in boost::container::bad_alloc
/aosp_15_r20/external/clang/test/CXX/drs/
H A Ddr412.cpp12 namespace std { struct bad_alloc {}; } struct
/aosp_15_r20/external/clang/test/CXX/except/except.spec/
H A Dp3.cpp100 extern "C++" { namespace std { class bad_alloc {}; } } class
/aosp_15_r20/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-noexceptions.cpp4 class bad_alloc { }; class
H A Dp2.cpp17 class bad_alloc { }; class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/
Dclone_current_exception.hpp41 int const bad_alloc=1; variable
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dstdlib_exception.cpp40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
/aosp_15_r20/external/libcxxabi/src/
H A Dstdlib_exception.cpp42 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc() function in std::bad_alloc
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcount_new.h418 void* operator new[](std::size_t s) TEST_THROW_SPEC(std::bad_alloc) { in TEST_THROW_SPEC()
508 void* operator new[](std::size_t s, std::align_val_t av) TEST_THROW_SPEC(std::bad_alloc) { in TEST_THROW_SPEC()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dutils.h30 } catch (const std::bad_alloc&) { in catch()