HomeSort by: relevance | last modified time | path
    Searched refs:throw_atf_error (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
env.cpp 64 throw_atf_error(err);
72 throw_atf_error(err);
exceptions.hpp 54 void throw_atf_error(struct atf_error *);
fs.cpp 91 atf::throw_atf_error(err);
92 // XXX Silence warning; maybe throw_atf_error should be
97 atf::throw_atf_error(err);
98 // XXX Silence warning; maybe throw_atf_error should be
116 throw_atf_error(err);
123 throw_atf_error(err);
130 throw_atf_error(err);
182 throw_atf_error(err);
198 throw_atf_error(err);
213 throw_atf_error(err)
    [all...]
exceptions_test.cpp 88 set_md_var("descr", "Tests the throw_atf_error function when raising "
94 atf::throw_atf_error(atf_libc_error(1, "System error 1"));
107 set_md_var("descr", "Tests the throw_atf_error function when raising "
113 atf::throw_atf_error(atf_no_memory_error());
123 set_md_var("descr", "Tests the throw_atf_error function when raising "
129 atf::throw_atf_error(test_error("The message"));
process.cpp 198 throw_atf_error(err);
206 throw_atf_error(err);
214 throw_atf_error(err);
222 throw_atf_error(err);
230 throw_atf_error(err);
312 throw_atf_error(err);
process.hpp 243 throw_atf_error(err);
263 throw_atf_error(err);
exceptions.cpp 127 atf::throw_atf_error(atf_error_t err) function in class:atf
text.cpp 132 throw_atf_error(err);
  /src/external/bsd/atf/dist/atf-c++/
build.cpp 88 throw_atf_error(err);
102 throw_atf_error(err);
116 throw_atf_error(err);
check.cpp 115 throw_atf_error(err);
129 throw_atf_error(err);
143 throw_atf_error(err);
155 throw_atf_error(err);
tests.cpp 211 throw_atf_error(err);
273 throw_atf_error(err);
282 throw_atf_error(err);
291 throw_atf_error(err);

Completed in 55 milliseconds