Searched refs:runtime_error (Results 51 - 75 of 114) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Ddebug_allocator.h114 throw std::runtime_error("debug_allocator::deallocate"
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp145 ATF_REQUIRE_THROW(std::runtime_error, match("", "["));
306 ATF_REQUIRE_THROW(std::runtime_error, to_bool(""));
307 ATF_REQUIRE_THROW(std::runtime_error, to_bool("tru"));
308 ATF_REQUIRE_THROW(std::runtime_error, to_bool("true2"));
309 ATF_REQUIRE_THROW(std::runtime_error, to_bool("fals"));
310 ATF_REQUIRE_THROW(std::runtime_error, to_bool("false2"));
338 ATF_REQUIRE_THROW(std::runtime_error, to_type< int >("0 a"));
339 ATF_REQUIRE_THROW(std::runtime_error, to_type< int >("a"));
343 ATF_REQUIRE_THROW(std::runtime_error, to_type< float >("0.5 a"));
344 ATF_REQUIRE_THROW(std::runtime_error, to_typ
[all...]
H A Dapplication.hpp45 class usage_error : public std::runtime_error {
H A Dtext.cpp69 throw std::runtime_error("Invalid regular expression '" + regex +
75 throw std::runtime_error("Invalid regular expression " + regex);
H A Dtext.hpp137 throw std::runtime_error("Cannot convert string to requested type");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dmacros_test.cpp153 ATF_REQUIRE_THROW(std::runtime_error, if (1) throw int(5));
155 ATF_REQUIRE_THROW(std::runtime_error,
156 if (1) throw std::runtime_error("e"));
158 ATF_REQUIRE_THROW(std::runtime_error,
159 if (0) throw std::runtime_error("e"));
174 ATF_REQUIRE_THROW_RE(std::runtime_error, "5", if (1) throw int(5));
176 ATF_REQUIRE_THROW_RE(std::runtime_error, "foo.*baz",
177 if (1) throw std::runtime_error("a foo bar baz"));
179 ATF_REQUIRE_THROW_RE(std::runtime_error, "foo.*baz",
180 if (1) throw std::runtime_error("ba
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication.hpp45 class usage_error : public std::runtime_error {
H A Dtext.cpp69 throw std::runtime_error("Invalid regular expression '" + regex +
75 throw std::runtime_error("Invalid regular expression " + regex);
141 throw std::runtime_error("Empty value");
152 throw std::runtime_error(std::string("Unknown size unit '") + unit
H A Dtext.hpp146 throw std::runtime_error("Cannot convert string to requested type");
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPException.h25 class LDAPException : public std::runtime_error
H A DLdifWriter.cpp26 throw( std::runtime_error(err.str()) );
71 throw( std::runtime_error(err.str()) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D12438.cc52 catch (std::runtime_error&)
H A D2.cc100 catch(runtime_error& obj)
107 catch(runtime_error& obj)
134 catch(runtime_error& obj)
141 catch(runtime_error& obj)
182 catch(runtime_error& obj)
189 catch(runtime_error& obj)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/thread/
H A Dall.h56 throw std::runtime_error(s.str());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D12438.cc53 catch (std::runtime_error&)
H A D2.cc184 catch(runtime_error& obj)
191 catch(runtime_error& obj)
218 catch(runtime_error& obj)
225 catch(runtime_error& obj)
266 catch(runtime_error& obj)
273 catch(runtime_error& obj)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Ddeallocate_global.cc35 throw std::runtime_error("count isn't zero");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/mt_allocator/
H A Ddeallocate_local-6.cc38 throw std::runtime_error("allocation/deallocation count isn't zero");
H A Ddeallocate_local-8.cc38 throw std::runtime_error("allocation/deallocation count isn't zero");
H A Ddeallocate_local_thread-5.cc38 throw std::runtime_error("allocation/deallocation count isn't zero");
H A Ddeallocate_local_thread-7.cc38 throw std::runtime_error("allocation/deallocation count isn't zero");
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dmacros_test.cpp191 ATF_REQUIRE_THROW(std::runtime_error, if (1) throw int(5));
193 ATF_REQUIRE_THROW(std::runtime_error,
194 if (1) throw std::runtime_error("e"));
196 ATF_REQUIRE_THROW(std::runtime_error,
197 if (0) throw std::runtime_error("e"));
212 ATF_REQUIRE_THROW_RE(std::runtime_error, "5", if (1) throw int(5));
214 ATF_REQUIRE_THROW_RE(std::runtime_error, "foo.*baz",
215 if (1) throw std::runtime_error("a foo bar baz"));
217 ATF_REQUIRE_THROW_RE(std::runtime_error, "foo.*baz",
218 if (1) throw std::runtime_error("ba
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Drequirements_test.cpp163 ATF_REQUIRE_THROW_RE(std::runtime_error, "Relative.*(this-is-relative)",
185 ATF_REQUIRE_THROW_RE(std::runtime_error, "Relative.*(also-relative)",
254 ATF_REQUIRE_THROW(std::runtime_error,
284 ATF_REQUIRE_THROW(std::runtime_error,
309 ATF_REQUIRE_THROW(std::runtime_error,
345 ATF_REQUIRE_THROW(std::runtime_error,
H A Drequirements.cpp67 throw std::runtime_error("Relative paths are not allowed "
125 throw std::runtime_error("Relative paths are not allowed when "
245 } catch (const std::runtime_error& e) {
253 throw std::runtime_error("Invalid value '" + user + "' for property "
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dglobal.h125 EXTERN char runtime_error; variable

Completed in 151 milliseconds

12345