Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dbuild_test.cpp202 ATF_TEST_CASE(cxx_o);
203 ATF_TEST_CASE_HEAD(cxx_o) in ATF_TEST_CASE_HEAD() argument
207 ATF_TEST_CASE_BODY(cxx_o) in ATF_TEST_CASE_BODY() argument
219 atf::build::cxx_o(test->sfile, test->ofile, in ATF_TEST_CASE_BODY()
243 ATF_ADD_TEST_CASE(tcs, cxx_o); in ATF_INIT_TEST_CASES()
H A Dbuild.hpp51 process::argv_array cxx_o(const std::string&, const std::string&,
H A Dbuild.cpp108 impl::cxx_o(const std::string& sfile, const std::string& ofile, in cxx_o() function in impl
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dbuild_test.c214 ATF_TC(cxx_o);
215 ATF_TC_HEAD(cxx_o, tc) in ATF_TC_HEAD() argument
219 ATF_TC_BODY(cxx_o, tc) in ATF_TC_BODY() argument
262 ATF_TP_ADD_TC(tp, cxx_o); in ATF_TP_ADD_TCS()