Home
last modified time | relevance | path

Searched refs:cxx_tool (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dcompile_commands_writer_unittest.cc266 CTool* cxx_tool = cxx->AsC(); in TEST_F() local
270 cxx_tool); in TEST_F()
271 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
273 cxx_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()
414 CTool* cxx_tool = cxx->AsC(); in TEST_F() local
418 cxx_tool); in TEST_F()
419 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
421 cxx_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
Dtest_with_scope.cc102 std::unique_ptr<Tool> cxx_tool = Tool::CreateTool(CTool::kCToolCxx); in SetupToolchain() local
106 cxx_tool.get()); in SetupToolchain()
107 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in SetupToolchain()
109 cxx_tool->set_command_launcher("launcher"); in SetupToolchain()
110 toolchain->SetTool(std::move(cxx_tool)); in SetupToolchain()
Dninja_c_binary_target_writer_unittest.cc872 CTool* cxx_tool = cxx->AsC(); in TEST_F() local
876 cxx_tool); in TEST_F()
877 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
879 cxx_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()
1017 CTool* cxx_tool = cxx->AsC(); in TEST_F() local
1021 cxx_tool); in TEST_F()
1022 cxx_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
1024 cxx_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
2442 CTool* cxx_tool = cxx->AsC(); in TEST_F() local
2446 cxx_tool); in TEST_F()
[all …]