Home
last modified time | relevance | path

Searched refs:length_error (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/length.error/
Dlength_error.pass.cpp20 static_assert((std::is_base_of<std::logic_error, std::length_error>::value), in main()
22 static_assert(std::is_polymorphic<std::length_error>::value, in main()
26 std::length_error e(msg); in main()
28 std::length_error e2(e); in main()
35 std::length_error e(msg); in main()
37 std::length_error e2(e); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dstdexcept.cpp41 length_error::~length_error() _NOEXCEPT {} in ~length_error()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h64 class _STLP_CLASS_DECLSPEC length_error : public logic_error {
66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() function
68 ~length_error() _STLP_NOTHROW_INHERENTLY;
D_range_errors.c73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstdexcept23 class length_error;
118 class _LIBCPP_EXCEPTION_ABI length_error
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
123 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
125 virtual ~length_error() _NOEXCEPT;
Dvector305 throw length_error("vector");
307 assert(!"vector length_error");
905 // throws length_error if __n > max_size()
2458 // throws length_error if __n > max_size()
Dstring1210 throw length_error("basic_string");
1212 assert(!"basic_string length_error");
Ddeque882 throw length_error("deque");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstdexcept.cpp97 length_error::~length_error() _NOEXCEPT {} in ~length_error()
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc164 length_error::~length_error() _NOEXCEPT {} in ~length_error()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
Dmax_size.pass.cpp48 catch ( const std::length_error & ) { return ; } in test3()
Dresize_size_char.pass.cpp31 catch (std::length_error&) in test()
Dresize_size.pass.cpp31 catch (std::length_error&) in test()
Dreserve.pass.cpp47 catch (std::length_error&) in test()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp176 catch (length_error const&) { in constructor()
201 catch (length_error const&) { in reserve()
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp176 catch (length_error const&) { in constructor()
201 catch (length_error const&) { in reserve()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1265 catch( std::length_error const& ex )
1268 "std::length_error: %s", ex.what() ); }
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1394 $(call gen-test, diagnostics/std.exceptions/length.error/length_error)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1403 $(call gen-test, diagnostics/std.exceptions/length.error/length_error)