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/ |
D | domain_error.pass.cpp | 20 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/ |
D | stdexcept.cpp | 39 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stdexcept.h | 48 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/ |
D | stdexcept | 21 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/ |
D | stdexcept.cpp | 95 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | stdexcept.cc | 162 domain_error::~domain_error() _NOEXCEPT {} in ~domain_error()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | dll_main.cpp | 78 domain_error::~domain_error() _STLP_NOTHROW_INHERENTLY {} in ~domain_error()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 184 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/ |
D | execution_monitor.ipp | 1257 catch( std::domain_error const& ex ) 1260 "std::domain_error: %s", ex.what() ); }
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1401 $(call gen-test, diagnostics/std.exceptions/domain.error/domain_error)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1392 $(call gen-test, diagnostics/std.exceptions/domain.error/domain_error)
|