Searched refs:deps_type (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/src/ |
H A D | missing_deps_test.cc | 62 EvalString deps_type;
in CreateInitialState() local 63 deps_type.AddText("gcc");
in CreateInitialState() 64 compile_rule_.AddBinding("deps", deps_type);
in CreateInitialState() 65 generator_rule_.AddBinding("deps", deps_type);
in CreateInitialState()
|
H A D | build.cc | 881 string deps_type = edge->GetBinding("deps");
in FinishCommand() local 883 if (!deps_type.empty()) {
in FinishCommand() 885 if (!ExtractDeps(result, deps_type, deps_prefix, &deps_nodes,
in FinishCommand() 960 if (!deps_type.empty() && !config_.dry_run) {
in FinishCommand() 977 const string& deps_type,
in ExtractDeps() 981 if (deps_type == "msvc") {
in ExtractDeps() 995 } else if (deps_type == "gcc") {
in ExtractDeps() 1036 Fatal("unknown deps type '%s'", deps_type.c_str());
in ExtractDeps() 976 ExtractDeps(CommandRunner::Result* result, const string& deps_type, const string& deps_prefix, vector<Node*>* deps_nodes, string* err) ExtractDeps() argument
|
H A D | missing_deps.cc | 92 std::string deps_type = edge->GetBinding("deps"); in ProcessNode() local 93 if (!deps_type.empty()) { in ProcessNode()
|
H A D | build.h | 226 bool ExtractDeps(CommandRunner::Result* result, const std::string& deps_type,
|
H A D | graph.cc | 630 string deps_type = edge->GetBinding("deps");
in LoadDeps() local 631 if (!deps_type.empty())
in LoadDeps()
|
Completed in 9 milliseconds