Home
last modified time | relevance | path

Searched refs:build_cxx_o (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dcheck_test.cpp164 ATF_REQUIRE(atf::check::build_cxx_o("test.cpp", "test.o", in ATF_TEST_CASE_BODY()
179 ATF_REQUIRE(!atf::check::build_cxx_o("test.cpp", "test.o", in ATF_TEST_CASE_BODY()
228 ATF_TEST_CASE(build_cxx_o);
229 ATF_TEST_CASE_HEAD(build_cxx_o) in ATF_TEST_CASE_HEAD() argument
233 ATF_TEST_CASE_BODY(build_cxx_o) in ATF_TEST_CASE_BODY() argument
400 ATF_ADD_TEST_CASE(tcs, build_cxx_o); in ATF_INIT_TEST_CASES()
H A Dcheck.hpp125 bool build_cxx_o(const std::string&, const std::string&,
H A Dcheck.cpp135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, in build_cxx_o() function in impl
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dcheck_test.c278 ATF_TC(build_cxx_o);
279 ATF_TC_HEAD(build_cxx_o, tc) in ATF_TC_HEAD() argument
284 ATF_TC_BODY(build_cxx_o, tc) in ATF_TC_BODY() argument
527 ATF_TP_ADD_TC(tp, build_cxx_o); in ATF_TP_ADD_TCS()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.cpp63 return atf::check::build_cxx_o(sfile, "test.o", in build_check_cxx_o()