Home
last modified time | relevance | path

Searched refs:kCToolCxx (Results 1 – 14 of 14) sorted by relevance

/third_party/gn/src/gn/
Dc_tool.cc12 const char* CTool::kCToolCxx = "cxx"; 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.cc31 writer.WriteToolRule(setup.toolchain()->GetTool(CTool::kCToolCxx), in TEST()
Dtool.cc263 else if (name == CTool::kCToolCxx) in CreateTool()
264 return std::make_unique<CTool>(CTool::kCToolCxx); in CreateTool()
323 return CTool::kCToolCxx; in GetToolTypeForSourceType()
Dninja_c_binary_target_writer.cc67 if (name == CTool::kCToolCxx) in GetPCHLangForToolType()
283 const CTool* tool_cxx = target_->toolchain()->GetToolAsC(CTool::kCToolCxx); in WritePCHCommands()
286 WritePCHCommand(&CSubstitutionCFlagsCc, CTool::kCToolCxx, in WritePCHCommands()
366 } else if (tool_name == CTool::kCToolCxx) { in WriteGCCPCHCommand()
Dc_tool.h23 static const char* kCToolCxx; variable
Dninja_binary_target_writer.cc248 const CTool* tool = source_set->toolchain()->GetToolAsC(CTool::kCToolCxx); in AddSourceSetFiles()
250 GetPCHOutputFiles(source_set, CTool::kCToolCxx, &tool_outputs); in AddSourceSetFiles()
Dcompile_commands_writer_unittest.cc265 std::unique_ptr<Tool> cxx = Tool::CreateTool(CTool::kCToolCxx); in TEST_F()
413 std::unique_ptr<Tool> cxx = Tool::CreateTool(CTool::kCToolCxx); in TEST_F()
Dninja_target_command_util.cc18 if (name == CTool::kCToolCxx) in GetPCHLangSuffixForToolType()
Dfunction_toolchain_unittest.cc156 const Tool* link = toolchain->GetTool(CTool::kCToolCxx); in TEST_F()
Dcompile_commands_writer.cc122 CTool::kCToolCxx, &ConfigValues::cflags_cc); in SetupCompileFlags()
Dtest_with_scope.cc102 std::unique_ptr<Tool> cxx_tool = Tool::CreateTool(CTool::kCToolCxx); in SetupToolchain()
Dninja_target_writer.cc278 CTool::kCToolCxx, &ConfigValues::cflags_cc, opts, path_output_, in WriteCCompilerVars()
Dninja_c_binary_target_writer_unittest.cc871 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F()
1016 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F()
2441 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F()
Dtarget_unittest.cc871 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolCxx); in TEST_F()
907 std::unique_ptr<Tool> tool = Tool::CreateTool(CTool::kCToolCxx); in TEST_F()