/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | build.cpp | 76 impl::c_o(const std::string& sfile, const std::string& ofile, argument 81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), 90 impl::cpp(const std::string& sfile, const std::string& ofile, argument 95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), 104 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument 109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
H A D | check.cpp | 103 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument 108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), 117 impl::build_cpp(const std::string& sfile, const std::string& ofile, argument 122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), 131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, argument 136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | h_build.h | 42 const char *ofile; member in struct:c_o_test 180 const char *ofile; member in struct:cpp_test 279 const char *ofile; member in struct:cxx_o_test
|
H A D | build.c | 147 const char *ofile, 177 err = append_src_out(sfile, ofile, &argv_list); 193 const char *ofile, 219 err = append_arg2("-o", ofile, &argv_list); 239 const char *ofile, 270 err = append_src_out(sfile, ofile, &argv_list); 146 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 192 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 238 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
|
H A D | check.c | 397 const char *ofile, 404 err = atf_build_c_o(sfile, ofile, optargs, &argv); 417 const char *ofile, 424 err = atf_build_cpp(sfile, ofile, optargs, &argv); 437 const char *ofile, 444 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); 396 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 416 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 436 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
|