Home
last modified time | relevance | path

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

/dports/devel/atf/atf-0.21/atf-c/
H A Dcheck.h64 atf_error_t atf_check_build_cxx_o(const char *, const char *,
H A Dcheck_test.c192 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success)); in ATF_TC_BODY()
210 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success)); in ATF_TC_BODY()
H A Dcheck.c436 atf_check_build_cxx_o(const char *sfile, in atf_check_build_cxx_o() function
/dports/devel/atf/atf-0.21/atf-c++/
H A Dcheck.cpp136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(), in build_cxx_o()