Home
last modified time | relevance | path

Searched refs:report_error_and_abort (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dchild.hpp67 void report_error_and_abort(void) UTILS_NORETURN;
68 void report_error_and_abort(const std::runtime_error&) UTILS_NORETURN;
H A Dchild.ipp65 detail::report_error_and_abort(e);
67 detail::report_error_and_abort();
97 detail::report_error_and_abort(e);
99 detail::report_error_and_abort();
H A Dchild.cpp151 utils::process::detail::report_error_and_abort(void) in report_error_and_abort() function in utils::process::detail
162 utils::process::detail::report_error_and_abort(const std::runtime_error& error) in report_error_and_abort() function in utils::process::detail