Home
last modified time | relevance | path

Searched refs:overflow_error (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/
Doverflow_error.pass.cpp20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), in main()
22 static_assert(std::is_polymorphic<std::overflow_error>::value, in main()
26 std::overflow_error e(msg); in main()
28 std::overflow_error e2(e); in main()
35 std::overflow_error e(msg); in main()
37 std::overflow_error e2(e); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dstdexcept.cpp45 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error {
90 overflow_error(const string& __arg) : runtime_error(__arg) {} in overflow_error() function
92 ~overflow_error() _STLP_NOTHROW_INHERENTLY;
D_range_errors.c79 { _STLP_THROW_MSG(overflow_error, __msg); } in __stl_throw_overflow_error()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstdexcept27 class overflow_error;
148 class _LIBCPP_EXCEPTION_ABI overflow_error
152 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}
153 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}
155 virtual ~overflow_error() _NOEXCEPT;
Dbitset320 throw overflow_error("bitset to_ulong overflow error");
343 throw overflow_error("bitset to_ullong overflow error");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstdexcept.cpp101 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
Dhash.cpp159 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
172 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc168 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp83 overflow_error::~overflow_error() _STLP_NOTHROW_INHERENTLY {} in ~overflow_error()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp186 BOOST_MATH_META_INT(error_policy_type, overflow_error, BOOST_MATH_OVERFLOW_ERROR_POLICY)
408 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type o…
452 typedef overflow_error<> overflow_error_type;
477 typedef overflow_error<> overflow_error_type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1277 catch( std::overflow_error const& ex )
1280 "std::overflow_error: %s", ex.what() ); }
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1397 $(call gen-test, diagnostics/std.exceptions/overflow.error/overflow_error)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1406 $(call gen-test, diagnostics/std.exceptions/overflow.error/overflow_error)