Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dcompile_commands_writer_unittest.cc291 CTool* cc_tool = cc->AsC(); in TEST_F() local
295 cc_tool); in TEST_F()
296 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
298 cc_tool->set_precompiled_header_type(CTool::PCH_MSVC); in TEST_F()
440 CTool* cc_tool = cc->AsC(); in TEST_F() local
444 cc_tool); in TEST_F()
445 cc_tool->set_outputs(SubstitutionList::MakeForTest( in TEST_F()
447 cc_tool->set_precompiled_header_type(CTool::PCH_GCC); in TEST_F()
H A 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()
H A 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()

Completed in 5 milliseconds