Searched refs:cxx_o (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dbuild.hpp51 process::argv_array cxx_o(const std::string&, const std::string&,
H A Dbuild_test.cpp202 ATF_TEST_CASE(cxx_o); variable
203 ATF_TEST_CASE_HEAD(cxx_o)
205 set_md_var("descr", "Tests the cxx_o function");
207 ATF_TEST_CASE_BODY(cxx_o)
219 atf::build::cxx_o(test->sfile, test->ofile,
243 ATF_ADD_TEST_CASE(tcs, cxx_o);
H A Dbuild.cpp108 impl::cxx_o(const std::string& sfile, const std::string& ofile, function in class:impl
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dbuild_test.c214 ATF_TC(cxx_o); variable
215 ATF_TC_HEAD(cxx_o, tc)
219 ATF_TC_BODY(cxx_o, tc)
262 ATF_TP_ADD_TC(tp, cxx_o);

Completed in 122 milliseconds