Searched refs:throw_atf_error (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp50 void throw_atf_error(struct atf_error *);
H A Denv.cpp66 throw_atf_error(err);
74 throw_atf_error(err);
H A Dfs.cpp87 atf::throw_atf_error(err);
88 // XXX Silence warning; maybe throw_atf_error should be
93 atf::throw_atf_error(err);
94 // XXX Silence warning; maybe throw_atf_error should be
112 throw_atf_error(err);
119 throw_atf_error(err);
126 throw_atf_error(err);
178 throw_atf_error(err);
194 throw_atf_error(err);
209 throw_atf_error(er
[all...]
H A Dexceptions_test.cpp85 set_md_var("descr", "Tests the throw_atf_error function when raising "
91 atf::throw_atf_error(atf_libc_error(1, "System error 1"));
104 set_md_var("descr", "Tests the throw_atf_error function when raising "
110 atf::throw_atf_error(atf_no_memory_error());
120 set_md_var("descr", "Tests the throw_atf_error function when raising "
126 atf::throw_atf_error(test_error("The message"));
H A Dprocess.cpp194 throw_atf_error(err);
202 throw_atf_error(err);
210 throw_atf_error(err);
218 throw_atf_error(err);
226 throw_atf_error(err);
308 throw_atf_error(err);
H A Dprocess.hpp238 throw_atf_error(err);
258 throw_atf_error(err);
H A Dexceptions.cpp124 atf::throw_atf_error(atf_error_t err) function in class:atf
H A Dtext.cpp128 throw_atf_error(err);
/freebsd-current/contrib/atf/atf-c++/
H A Dbuild.cpp84 throw_atf_error(err);
98 throw_atf_error(err);
112 throw_atf_error(err);
H A Dcheck.cpp111 throw_atf_error(err);
125 throw_atf_error(err);
139 throw_atf_error(err);
151 throw_atf_error(err);
H A Dtests.cpp227 throw_atf_error(err);
289 throw_atf_error(err);
298 throw_atf_error(err);
307 throw_atf_error(err);

Completed in 70 milliseconds