Home
last modified time | relevance | path

Searched refs:bad_array_new_length (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
Dbad_array_new_length.pass.cpp18 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_array_new_length>::value, in main()
22 std::bad_array_new_length b; in main()
23 std::bad_array_new_length b2 = b; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dnew.cpp185 bad_array_new_length::bad_array_new_length() _NOEXCEPT in bad_array_new_length() function in std::bad_array_new_length
189 bad_array_new_length::~bad_array_new_length() _NOEXCEPT in ~bad_array_new_length()
194 bad_array_new_length::what() const _NOEXCEPT in what()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0003-src-new.cpp-Support-building-with-GAbi.patch51 bad_array_new_length::bad_array_new_length() _NOEXCEPT
53 @@ -192,7 +196,7 @@ bad_array_new_length::what() const _NOEXCEPT
54 return "bad_array_new_length";
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dnew75 class _LIBCPP_EXCEPTION_ABI bad_array_new_length
79 bad_array_new_length() _NOEXCEPT;
80 virtual ~bad_array_new_length() _NOEXCEPT;