/third_party/ninja/src/ |
D | deps_log_test.cc | 60 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F() 84 DepsLog::Deps* log_deps = log2.GetDeps(state2.GetNode("out2.o", 0)); in TEST_F() 110 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F() 121 DepsLog::Deps* log_deps = log2.GetDeps(state2.GetNode("out.o", 0)); in TEST_F() 243 DepsLog::Deps* deps = log.GetDeps(out); in TEST_F() 250 deps = log.GetDeps(other_out); in TEST_F() 260 deps = log.GetDeps(out); in TEST_F() 267 deps = log.GetDeps(other_out); in TEST_F() 292 DepsLog::Deps* deps = log.GetDeps(out); in TEST_F() 299 deps = log.GetDeps(other_out); in TEST_F() [all …]
|
D | deps_log.h | 88 Deps* GetDeps(Node* node);
|
D | deps_log.cc | 87 Deps* deps = GetDeps(node); in RecordDeps() 290 DepsLog::Deps* DepsLog::GetDeps(Node* node) { in GetDeps() function in DepsLog
|
D | build_test.cc | 2168 DepsLog::Deps* out1_deps = log_.GetDeps(out1_node); in TEST_F() 2173 DepsLog::Deps* out2_deps = log_.GetDeps(out2_node); in TEST_F() 2197 DepsLog::Deps* out1_deps = log_.GetDeps(out1_node); in TEST_F() 2203 DepsLog::Deps* out2_deps = log_.GetDeps(out2_node); in TEST_F() 2228 DepsLog::Deps* out1_deps = log_.GetDeps(out1_node); in TEST_F() 2234 DepsLog::Deps* out2_deps = log_.GetDeps(out2_node); in TEST_F() 2259 DepsLog::Deps* out1_deps = log_.GetDeps(out1_node); in TEST_F() 2265 DepsLog::Deps* out2_deps = log_.GetDeps(out2_node); in TEST_F() 2290 DepsLog::Deps* out1_deps = log_.GetDeps(out1_node); in TEST_F() 2296 DepsLog::Deps* out2_deps = log_.GetDeps(out2_node); in TEST_F() [all …]
|
D | missing_deps.cc | 94 DepsLog::Deps* deps = deps_log_->GetDeps(node); in ProcessNode()
|
D | graph.cc | 708 DepsLog::Deps* deps = deps_log_ ? deps_log_->GetDeps(output) : NULL; in LoadDepsFromLog()
|
/third_party/gn/src/gn/ |
D | target.cc | 180 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in RecursiveCheckAssertNoDeps() 568 DepsIteratorRange Target::GetDeps(DepsIterationType type) const { in GetDeps() function in Target 748 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullDependentTargetConfigs() 754 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullDependentTargetConfigs() 887 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullRecursiveHardDeps() 912 for (const auto& pair : GetDeps(DEPS_LINKED)) { in PullRecursiveBundleData() 1128 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckVisibility() 1162 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckTestonly() 1278 const DepsIteratorRange& all_deps = GetDeps(Target::DEPS_ALL); in GetMetadata()
|
D | ninja_group_target_writer.cc | 24 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
|
D | swift_values.cc | 28 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in FillModuleDependencies()
|
D | ninja_generated_file_target_writer.cc | 34 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
|
D | binary_target_generator.cc | 211 for (const auto& dep_pair : target_->GetDeps(Target::DEPS_LINKED)) { in FillAllowCircularIncludesFrom()
|
D | analyzer.cc | 249 item->AsTarget()->GetDeps(Target::DEPS_ALL)) in Analyzer() 406 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in FilterTarget()
|
D | desc_builder.cc | 111 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursiveCollectChildDeps() 653 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursivePrintDeps() 708 for (const auto& pair : target_->GetDeps(Target::DEPS_ALL)) in RenderDeps()
|
D | ninja_action_target_writer.cc | 39 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
|
D | runtime_deps.cc | 116 for (const auto& dep_pair : target->GetDeps(Target::DEPS_LINKED)) { in RecursiveCollectRuntimeDeps()
|
D | qt_creator_writer.cc | 76 for (const auto& dep : target->GetDeps(Target::DEPS_ALL)) { in CollectDeps()
|
D | command_refs.cc | 38 for (const auto& dep_pair : target->GetDeps(Target::DEPS_ALL)) in FillDepMap()
|
D | target.h | 256 DepsIteratorRange GetDeps(DepsIterationType type) const;
|
D | compile_commands_writer.cc | 362 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in VisitDeps()
|
D | ninja_binary_target_writer.cc | 130 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in GetClassifiedDeps()
|
D | rust_project_writer.cc | 92 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetRustDeps()
|
D | json_project_writer.cc | 47 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies()
|
D | ninja_c_binary_target_writer.cc | 109 for (const auto& pair: target->GetDeps(Target::DEPS_LINKED)) { in GetModuleDepsInformation()
|
D | xcode_writer.cc | 853 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetTargetsFromBuilder()
|
D | visual_studio_writer.cc | 223 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in FilterTargets()
|