Home
last modified time | relevance | path

Searched refs:out_of_range (Results 1 – 25 of 53) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/out.of.range/
Dout_of_range.pass.cpp20 static_assert((std::is_base_of<std::logic_error, std::out_of_range>::value), in main()
22 static_assert(std::is_polymorphic<std::out_of_range>::value, in main()
26 std::out_of_range e(msg); in main()
28 std::out_of_range e2(e); in main()
35 std::out_of_range e(msg); in main()
37 std::out_of_range e2(e); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/string.conversions/
Dstold.pass.cpp42 catch (const std::out_of_range&) in main()
51 catch (const std::out_of_range&) in main()
61 catch (const std::out_of_range&) in main()
70 catch (const std::out_of_range&) in main()
79 catch (const std::out_of_range&) in main()
89 catch (const std::out_of_range&) in main()
99 catch (const std::out_of_range&) in main()
109 catch (const std::out_of_range&) in main()
Dstof.pass.cpp41 catch (const std::out_of_range&) in main()
50 catch (const std::out_of_range&) in main()
60 catch (const std::out_of_range&) in main()
69 catch (const std::out_of_range&) in main()
78 catch (const std::out_of_range&) in main()
88 catch (const std::out_of_range&) in main()
98 catch (const std::out_of_range&) in main()
108 catch (const std::out_of_range&) in main()
Dstod.pass.cpp40 catch (const std::out_of_range&) in main()
49 catch (const std::out_of_range&) in main()
59 catch (const std::out_of_range&) in main()
68 catch (const std::out_of_range&) in main()
77 catch (const std::out_of_range&) in main()
87 catch (const std::out_of_range&) in main()
97 catch (const std::out_of_range&) in main()
107 catch (const std::out_of_range&) in main()
Dstoi.pass.cpp41 catch (const std::out_of_range&) in main()
49 catch (const std::out_of_range&) in main()
Dstoll.pass.cpp94 catch (const std::out_of_range&) in main()
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
Dset_one.pass.cpp26 catch (std::out_of_range&) in test_set_one()
36 catch (std::out_of_range&) in test_set_one()
Dreset_one.pass.cpp34 catch (std::out_of_range&) in test_reset_one()
Dtest.pass.cpp39 catch (std::out_of_range&) in test_test()
Dflip_one.pass.cpp44 catch (std::out_of_range&) in test_flip_one()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp59 throw out_of_range("stoi: out of range"); in stoi()
80 throw out_of_range("stoi: out of range"); in stoi()
100 throw out_of_range("stol: out of range"); in stol()
120 throw out_of_range("stol: out of range"); in stol()
140 throw out_of_range("stoul: out of range"); in stoul()
160 throw out_of_range("stoul: out of range"); in stoul()
180 throw out_of_range("stoll: out of range"); in stoll()
200 throw out_of_range("stoll: out of range"); in stoll()
220 throw out_of_range("stoull: out of range"); in stoull()
240 throw out_of_range("stoull: out of range"); in stoull()
[all …]
Dstdexcept.cpp188 out_of_range::~out_of_range() _NOEXCEPT {} in ~out_of_range()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error {
74 out_of_range(const string& __arg) : logic_error(__arg) {} in out_of_range() function
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
D_range_errors.c70 { _STLP_THROW_MSG(out_of_range, __msg); } in __stl_throw_out_of_range()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dstdexcept24 class out_of_range;
120 class _LIBCPP_EXCEPTION_ABI out_of_range
124 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
125 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
127 virtual ~out_of_range() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.elem/
Dat.pass.cpp48 catch (std::out_of_range&) in main()
73 catch (std::out_of_range&) in main()
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.access/
Dat.pass.cpp48 catch (std::out_of_range&) in main()
79 catch (std::out_of_range&) in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/
Dsubstr.pass.cpp40 catch (std::out_of_range&) in test()
63 catch (std::out_of_range&) in test()
86 catch (std::out_of_range&) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.access/
Dat.pass.cpp30 catch (std::out_of_range&) in test()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp81 out_of_range::~out_of_range() _STLP_NOTHROW_INHERENTLY {} in ~out_of_range()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_append/
Dstring_size_size.pass.cpp30 catch (std::out_of_range&) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_assign/
Dstring_size_size.pass.cpp30 catch (std::out_of_range&) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.cons/
Dstring_ctor.pass.cpp27 catch (std::out_of_range&) in test_string_ctor()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
Dsize_size.pass.cpp32 catch (std::out_of_range&) in test()
52 catch (std::out_of_range&) in test()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_substr/
Dsubstr.pass.cpp32 catch (std::out_of_range&) in test()

123