Home
last modified time | relevance | path

Searched refs:domain_error (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/domain.error/
Ddomain_error.pass.cpp20 static_assert((std::is_base_of<std::logic_error, std::domain_error>::value), in main()
22 static_assert(std::is_polymorphic<std::domain_error>::value, in main()
26 std::domain_error e(msg); in main()
28 std::domain_error e2(e); in main()
35 std::domain_error e(msg); in main()
37 std::domain_error e2(e); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dstdexcept.cpp39 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error {
50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() function
52 ~domain_error() _STLP_NOTHROW_INHERENTLY;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstdexcept21 class domain_error;
98 class _LIBCPP_EXCEPTION_ABI domain_error
102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
105 virtual ~domain_error() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstdexcept.cpp95 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc162 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {} in ~domain_error()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp184 BOOST_MATH_META_INT(error_policy_type, domain_error, BOOST_MATH_DOMAIN_ERROR_POLICY)
406 …typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domai…
450 typedef domain_error<> domain_error_type;
475 typedef domain_error<> domain_error_type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1257 catch( std::domain_error const& ex )
1260 "std::domain_error: %s", ex.what() ); }
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1401 $(call gen-test, diagnostics/std.exceptions/domain.error/domain_error)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1392 $(call gen-test, diagnostics/std.exceptions/domain.error/domain_error)