Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcompile_commands_writer_unittest.cc278 CTool* cc_tool = cc->AsC(); in TEST_F() local
282 cc_tool); in TEST_F()
283 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
285 cc_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()
427 CTool* cc_tool = cc->AsC(); in TEST_F() local
431 cc_tool); in TEST_F()
432 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
434 cc_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
Dtest_with_scope.cc92 std::unique_ptr<Tool> cc_tool = Tool::CreateTool(CTool::kCToolCc); in SetupToolchain() local
96 cc_tool.get()); in SetupToolchain()
97 cc_tool->set_outputs(SubstitutionList::MakeForTest( in SetupToolchain()
99 toolchain->SetTool(std::move(cc_tool)); in SetupToolchain()
Dninja_c_binary_target_writer_unittest.cc884 CTool* cc_tool = cc->AsC(); in TEST_F() local
888 cc_tool); in TEST_F()
889 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
891 cc_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()
1030 CTool* cc_tool = cc->AsC(); in TEST_F() local
1034 cc_tool); in TEST_F()
1035 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
1037 cc_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()