Searched refs:kToolNone (Results 1 – 10 of 10) sorted by relevance
/third_party/gn/src/gn/ |
D | toolchain.cc | 37 DCHECK(name != Tool::kToolNone); in GetTool() 46 DCHECK(name != Tool::kToolNone); in GetTool() 111 DCHECK(t->name() != Tool::kToolNone); in SetTool()
|
D | tool.cc | 14 const char* Tool::kToolNone = ""; member in Tool 344 return kToolNone; in GetToolTypeForSourceType() 347 return kToolNone; in GetToolTypeForSourceType() 400 return kToolNone; in GetToolTypeForTargetFinalOutput()
|
D | ninja_target_writer.cc | 249 &CSubstitutionAsmFlags, false, Tool::kToolNone, in WriteCCompilerVars() 261 false, Tool::kToolNone, &ConfigValues::cflags, opts, in WriteCCompilerVars() 353 &kRustSubstitutionRustFlags, false, Tool::kToolNone, in WriteRustCompilerVars() 360 &kRustSubstitutionRustEnv, false, Tool::kToolNone, in WriteRustCompilerVars()
|
D | compile_commands_writer.cc | 114 false, Tool::kToolNone, &ConfigValues::cflags); in SetupCompileFlags() 262 const char* tool_name = Tool::kToolNone; in OutputJSON()
|
D | tool.h | 33 static const char* kToolNone;
|
D | ninja_c_binary_target_writer.cc | 441 const char* tool_name = Tool::kToolNone; in WriteSources() 450 if (tool_name != Tool::kToolNone) { in WriteSources()
|
D | target.cc | 686 *computed_tool_type = Tool::kToolNone; in GetOutputFilesForSource() 724 if (*computed_tool_type == Tool::kToolNone) in GetOutputFilesForSource()
|
D | ninja_binary_target_writer.cc | 216 const char* tool_name = Tool::kToolNone; in AddSourceSetFiles()
|
D | visual_studio_writer.cc | 636 const char* tool_name = Tool::kToolNone; in WriteProjectFileContents()
|
D | desc_builder.cc | 773 const char* tool_name = Tool::kToolNone; in FillInSourceOutputs()
|