Home
last modified time | relevance | path

Searched refs:kCToolCc (Results 1 – 12 of 12) sorted by relevance

/third_party/gn/src/gn/
Dc_tool.cc11 const char* CTool::kCToolCc = "cc"; member in CTool
45 return name == kCToolCc || name == kCToolCxx || name == kCToolCxxModule || in ValidateName()
238 if (name_ == kCToolCc || name_ == kCToolCxx || name_ == kCToolCxxModule || in ValidateSubstitution()
254 if (name_ == kCToolCc || name_ == kCToolCxx || name_ == kCToolCxxModule || in ValidateOutputSubstitution()
Dninja_toolchain_writer_unittest.cc16 writer.WriteToolRule(setup.toolchain()->GetTool(CTool::kCToolCc), in TEST()
Dtool.cc261 if (name == CTool::kCToolCc) in CreateTool()
262 return std::make_unique<CTool>(CTool::kCToolCc); in CreateTool()
321 return CTool::kCToolCc; in GetToolTypeForSourceType()
Dninja_c_binary_target_writer.cc65 if (name == CTool::kCToolCc) in GetPCHLangForToolType()
276 const CTool* tool_c = target_->toolchain()->GetToolAsC(CTool::kCToolCc); in WritePCHCommands()
279 WritePCHCommand(&CSubstitutionCFlagsC, CTool::kCToolCc, in WritePCHCommands()
362 if (tool_name == CTool::kCToolCc) { in WriteGCCPCHCommand()
Dc_tool.h22 static const char* kCToolCc;
Dninja_binary_target_writer.cc244 const CTool* tool = source_set->toolchain()->GetToolAsC(CTool::kCToolCc); in AddSourceSetFiles()
246 GetPCHOutputFiles(source_set, CTool::kCToolCc, &tool_outputs); in AddSourceSetFiles()
Dcompile_commands_writer_unittest.cc277 std::unique_ptr<Tool> cc = Tool::CreateTool(CTool::kCToolCc); in TEST_F()
426 std::unique_ptr<Tool> cc = Tool::CreateTool(CTool::kCToolCc); in TEST_F()
Dninja_target_command_util.cc16 if (name == CTool::kCToolCc) in GetPCHLangSuffixForToolType()
Dtest_with_scope.cc92 std::unique_ptr<Tool> cc_tool = Tool::CreateTool(CTool::kCToolCc); in SetupToolchain()
Dcompile_commands_writer.cc118 CTool::kCToolCc, &ConfigValues::cflags_c); in SetupCompileFlags()
Dninja_target_writer.cc268 has_precompiled_headers, CTool::kCToolCc, in WriteCCompilerVars()
Dninja_c_binary_target_writer_unittest.cc883 std::unique_ptr<Tool> cc = std::make_unique<CTool>(CTool::kCToolCc); in TEST_F()
1029 std::unique_ptr<Tool> cc = std::make_unique<CTool>(CTool::kCToolCc); in TEST_F()