Searched refs:runtime_error (Results 76 - 100 of 114) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dglobal.h116 EXTERN char runtime_error; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dfunctexcept.cc83 { throw runtime_error(_(__s)); }
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datf-run.cpp147 throw std::runtime_error("-v requires a non-empty argument");
154 throw std::runtime_error("-v requires an argument of the form "
226 } catch (const std::runtime_error&) {
236 } catch (const std::runtime_error& e) {
284 } catch (const std::runtime_error&) {
353 } catch (const std::runtime_error& e) {
452 throw std::runtime_error("Failed to run the '" + hook + "' hook "
H A Drequirements.cpp30 // TODO: We probably don't want to raise std::runtime_error for the errors
58 throw std::runtime_error("Relative paths are not allowed "
159 } catch (const std::runtime_error& e) {
167 throw std::runtime_error("Invalid value '" + user + "' for property "
H A Drequirements_test.cpp204 ATF_REQUIRE_THROW(std::runtime_error,
229 ATF_REQUIRE_THROW(std::runtime_error,
265 ATF_REQUIRE_THROW(std::runtime_error,
H A Dtest-program.cpp74 throw std::runtime_error("Failed");
105 throw(std::runtime_error("Duplicate test case " + ident +
308 throw std::runtime_error("Invalid test case result '" + line +
324 throw std::runtime_error("The test case result '" + state + "' cannot "
338 throw std::runtime_error("The test case result '" + state + "' must "
352 throw std::runtime_error("The test case result '" + state + "' must "
361 } catch (const std::runtime_error&) {
362 throw std::runtime_error("The value '" + arg + "' passed to the '" +
411 } catch (const std::runtime_error&) {
516 throw std::runtime_error("Unknow
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp173 throw std::runtime_error("Unused reason");
175 } catch (const std::runtime_error&) {
221 } catch (std::runtime_error) {
363 throw std::runtime_error("Failed to open " + path.str());
379 throw std::runtime_error("Failed to open " + path.str());
410 throw std::runtime_error("Failed to open " + p1.str());
414 throw std::runtime_error("Failed to open " + p1.str());
421 throw std::runtime_error("Failed to read from " + p1.str());
425 throw std::runtime_error("Failed to read from " + p1.str());
H A Datf-sh.cpp137 throw std::runtime_error("The test program '" + script.str() + "' "
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check.cpp171 throw std::runtime_error("Unused reason");
173 } catch (const std::runtime_error&) {
218 } catch (std::runtime_error) {
360 throw std::runtime_error("Failed to open " + path.str());
376 throw std::runtime_error("Failed to open " + path.str());
407 throw std::runtime_error("Failed to open " + p1.str());
411 throw std::runtime_error("Failed to open " + p1.str());
418 throw std::runtime_error("Failed to read from " + p1.str());
422 throw std::runtime_error("Failed to read from " + p1.str());
H A Datf-sh.cpp135 throw std::runtime_error("The test program '" + script.str() + "' "
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dtest-program.cpp78 throw std::runtime_error("Failed");
109 throw(std::runtime_error("Duplicate test case " + ident +
250 throw std::runtime_error("Could not open /dev/null");
345 throw std::runtime_error("Invalid test case result '" + line +
361 throw std::runtime_error("The test case result '" + state + "' cannot "
375 throw std::runtime_error("The test case result '" + state + "' must "
389 throw std::runtime_error("The test case result '" + state + "' must "
398 } catch (const std::runtime_error&) {
399 throw std::runtime_error("The value '" + arg + "' passed to the '" +
449 } catch (const std::runtime_error
[all...]
H A Datf-run.cpp207 throw std::runtime_error("-v requires a non-empty argument");
214 throw std::runtime_error("-v requires an argument of the form "
286 } catch (const std::runtime_error&) {
296 } catch (const std::runtime_error& e) {
344 } catch (const std::runtime_error&) {
413 } catch (const std::runtime_error& e) {
514 throw std::runtime_error("Failed to run the '" + hook + "' hook "
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_performance.h297 throw std::runtime_error("write_viz_data cannot open titlename");
337 throw std::runtime_error("write_viz_data cannot open filename");
349 throw std::runtime_error("write_viz_data cannot open filename");
362 throw std::runtime_error("write_viz_endl cannot open filename");
469 throw std::runtime_error("sequence_find_container not found");
481 throw std::runtime_error("associative_find_container not found");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc208 catch (std::runtime_error& obj)
224 catch (std::runtime_error& obj)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc209 catch (std::runtime_error& obj)
225 catch (std::runtime_error& obj)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions_test.cpp130 } catch (const std::runtime_error& e) {
H A Dparser.cpp44 std::runtime_error(msg),
79 std::runtime_error("No parsing errors yet")
106 std::runtime_error(w.c_str())
H A Dapplication.cpp67 std::runtime_error("usage_error; message unformatted")
318 } catch (const std::runtime_error& e) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-config/
H A Datf-config.cpp128 throw std::runtime_error(std::string("Unknown variable `") +
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions_test.cpp129 } catch (const std::runtime_error& e) {
H A Dparser.cpp44 std::runtime_error(msg),
79 std::runtime_error("No parsing errors yet")
106 std::runtime_error(w.c_str())
H A Dapplication.cpp63 std::runtime_error("usage_error; message unformatted")
311 } catch (const std::runtime_error& e) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-config/
H A Datf-config.cpp124 throw std::runtime_error(std::string("Unknown variable `") +
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dfunctexcept.cc82 { throw runtime_error(_(__s)); }
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Datf-report.cpp56 throw std::runtime_error("Could not create file " + path.str());
571 throw std::runtime_error("Unknown format `" + fmt + "'");
612 throw std::runtime_error("Syntax error in -o option");
652 throw std::runtime_error("The file `" + p.str() + "' was "

Completed in 131 milliseconds

12345