Home
last modified time | relevance | path

Searched refs:kToolNone (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Dtoolchain.cc37 DCHECK(name != Tool::kToolNone); in GetTool()
46 DCHECK(name != Tool::kToolNone); in GetTool()
111 DCHECK(t->name() != Tool::kToolNone); in SetTool()
Dtool.cc14 const char* Tool::kToolNone = ""; member in Tool
344 return kToolNone; in GetToolTypeForSourceType()
347 return kToolNone; in GetToolTypeForSourceType()
400 return kToolNone; in GetToolTypeForTargetFinalOutput()
Dninja_target_writer.cc249 &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()
Dcompile_commands_writer.cc114 false, Tool::kToolNone, &ConfigValues::cflags); in SetupCompileFlags()
262 const char* tool_name = Tool::kToolNone; in OutputJSON()
Dtool.h33 static const char* kToolNone;
Dninja_c_binary_target_writer.cc441 const char* tool_name = Tool::kToolNone; in WriteSources()
450 if (tool_name != Tool::kToolNone) { in WriteSources()
Dtarget.cc686 *computed_tool_type = Tool::kToolNone; in GetOutputFilesForSource()
724 if (*computed_tool_type == Tool::kToolNone) in GetOutputFilesForSource()
Dninja_binary_target_writer.cc216 const char* tool_name = Tool::kToolNone; in AddSourceSetFiles()
Dvisual_studio_writer.cc636 const char* tool_name = Tool::kToolNone; in WriteProjectFileContents()
Ddesc_builder.cc773 const char* tool_name = Tool::kToolNone; in FillInSourceOutputs()