Home
last modified time | relevance | path

Searched refs:runtime_error (Results 1 – 25 of 97) sorted by relevance

1234

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcow-stdexcept.cc83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
86 runtime_error&
87 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
91 runtime_error::runtime_error(runtime_error&& e) noexcept = default;
93 runtime_error&
96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error
99 runtime_error&
100 runtime_error::operator=(runtime_error&& e) noexcept in operator =()
121 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
378 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dcow-stdexcept.cc83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
86 runtime_error&
87 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
91 runtime_error::runtime_error(runtime_error&& e) noexcept = default;
93 runtime_error&
96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error
99 runtime_error&
100 runtime_error::operator=(runtime_error&& e) noexcept in operator =()
121 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
378 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcow-stdexcept.cc83 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
86 runtime_error&
87 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
91 runtime_error::runtime_error(runtime_error&& e) noexcept = default;
93 runtime_error&
96 runtime_error::runtime_error(runtime_error&& e) noexcept in runtime_error() function in std::runtime_error
99 runtime_error&
100 runtime_error::operator=(runtime_error&& e) noexcept in operator =()
121 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
378 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcow-stdexcept.cc49 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
52 runtime_error&
53 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
73 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
77 : runtime_error(__arg) { } in range_error()
80 : runtime_error(__arg) { } in overflow_error()
83 : runtime_error(__arg) { } in underflow_error()
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dstdexcept.cc67 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
87 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dstdexcept.cc65 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
68 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { } in ~runtime_error()
71 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
75 : runtime_error(__arg) { } in range_error()
80 : runtime_error(__arg) { } in overflow_error()
85 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcow-stdexcept.cc64 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
67 runtime_error&
68 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
88 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
92 : runtime_error(__arg) { } in range_error()
95 : runtime_error(__arg) { } in overflow_error()
98 : runtime_error(__arg) { } in underflow_error()
344 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
431 CTORDTOR(13runtime_error, std::runtime_error, runtime_error)
437 const_cast<std::runtime_error*>(that))); in _ZGTtNKSt13runtime_error4whatEv()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcow-stdexcept.cc64 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
67 runtime_error&
68 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
88 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
92 : runtime_error(__arg) { } in range_error()
95 : runtime_error(__arg) { } in overflow_error()
98 : runtime_error(__arg) { } in underflow_error()
344 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
431 CTORDTOR(13runtime_error, std::runtime_error, runtime_error)
437 const_cast<std::runtime_error*>(that))); in _ZGTtNKSt13runtime_error4whatEv()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcow-stdexcept.cc64 runtime_error::runtime_error(const runtime_error& e) noexcept in runtime_error() function in std::runtime_error
67 runtime_error&
68 runtime_error::operator=(const runtime_error& e) noexcept in operator =()
88 runtime_error::runtime_error(const char* __arg) in runtime_error() function in std::runtime_error
92 : runtime_error(__arg) { } in range_error()
95 : runtime_error(__arg) { } in overflow_error()
98 : runtime_error(__arg) { } in underflow_error()
344 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg()
431 CTORDTOR(13runtime_error, std::runtime_error, runtime_error)
437 const_cast<std::runtime_error*>(that))); in _ZGTtNKSt13runtime_error4whatEv()
[all …]
A Dcxx11-stdexcept.cc46 runtime_error::runtime_error(const string& __arg) in runtime_error() function in std::runtime_error
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
71 : runtime_error(__arg) { } in underflow_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dstdexcept219 class runtime_error : public exception
230 runtime_error(const char*) _GLIBCXX_TXN_SAFE;
232 runtime_error(runtime_error&&) noexcept;
233 runtime_error& operator=(runtime_error&&) noexcept;
237 runtime_error(const runtime_error&) _GLIBCXX_NOTHROW;
238 runtime_error& operator=(const runtime_error&) _GLIBCXX_NOTHROW;
240 runtime_error(const runtime_error&) = default;
241 runtime_error& operator=(const runtime_error&) = default;
258 class range_error : public runtime_error
273 class overflow_error : public runtime_error
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dstdexcept219 class runtime_error : public exception
230 runtime_error(const char*) _GLIBCXX_TXN_SAFE;
232 runtime_error(runtime_error&&) noexcept;
233 runtime_error& operator=(runtime_error&&) noexcept;
237 runtime_error(const runtime_error&) _GLIBCXX_NOTHROW;
238 runtime_error& operator=(const runtime_error&) _GLIBCXX_NOTHROW;
240 runtime_error(const runtime_error&) = default;
241 runtime_error& operator=(const runtime_error&) = default;
258 class range_error : public runtime_error
273 class overflow_error : public runtime_error
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dstdexcept219 class runtime_error : public exception
230 runtime_error(const char*) _GLIBCXX_TXN_SAFE;
232 runtime_error(runtime_error&&) noexcept;
233 runtime_error& operator=(runtime_error&&) noexcept;
237 runtime_error(const runtime_error&) _GLIBCXX_NOTHROW;
238 runtime_error& operator=(const runtime_error&) _GLIBCXX_NOTHROW;
240 runtime_error(const runtime_error&) = default;
241 runtime_error& operator=(const runtime_error&) = default;
258 class range_error : public runtime_error
273 class overflow_error : public runtime_error
[all …]

Completed in 23 milliseconds

1234