Searched refs:kCToolCc (Results 1 – 12 of 12) sorted by relevance
11 const char* CTool::kCToolCc = "cc"; member in CTool45 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()
16 writer.WriteToolRule(setup.toolchain()->GetTool(CTool::kCToolCc), in TEST()
261 if (name == CTool::kCToolCc) in CreateTool()262 return std::make_unique<CTool>(CTool::kCToolCc); in CreateTool()321 return CTool::kCToolCc; in GetToolTypeForSourceType()
65 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()
22 static const char* kCToolCc;
244 const CTool* tool = source_set->toolchain()->GetToolAsC(CTool::kCToolCc); in AddSourceSetFiles()246 GetPCHOutputFiles(source_set, CTool::kCToolCc, &tool_outputs); in AddSourceSetFiles()
277 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()
16 if (name == CTool::kCToolCc) in GetPCHLangSuffixForToolType()
92 std::unique_ptr<Tool> cc_tool = Tool::CreateTool(CTool::kCToolCc); in SetupToolchain()
118 CTool::kCToolCc, &ConfigValues::cflags_c); in SetupCompileFlags()
268 has_precompiled_headers, CTool::kCToolCc, in WriteCCompilerVars()
883 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()