Home
last modified time | relevance | path

Searched refs:GetDeps (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ninja/src/
Ddeps_log_test.cc60 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 …]
Ddeps_log.h88 Deps* GetDeps(Node* node);
Ddeps_log.cc87 Deps* deps = GetDeps(node); in RecordDeps()
290 DepsLog::Deps* DepsLog::GetDeps(Node* node) { in GetDeps() function in DepsLog
Dbuild_test.cc2168 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 …]
Dmissing_deps.cc94 DepsLog::Deps* deps = deps_log_->GetDeps(node); in ProcessNode()
Dgraph.cc708 DepsLog::Deps* deps = deps_log_ ? deps_log_->GetDeps(output) : NULL; in LoadDepsFromLog()
/third_party/gn/src/gn/
Dtarget.cc180 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()
Dninja_group_target_writer.cc24 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Dswift_values.cc28 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in FillModuleDependencies()
Dninja_generated_file_target_writer.cc34 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Dbinary_target_generator.cc211 for (const auto& dep_pair : target_->GetDeps(Target::DEPS_LINKED)) { in FillAllowCircularIncludesFrom()
Danalyzer.cc249 item->AsTarget()->GetDeps(Target::DEPS_ALL)) in Analyzer()
406 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in FilterTarget()
Ddesc_builder.cc111 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()
Dninja_action_target_writer.cc39 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in Run()
Druntime_deps.cc116 for (const auto& dep_pair : target->GetDeps(Target::DEPS_LINKED)) { in RecursiveCollectRuntimeDeps()
Dqt_creator_writer.cc76 for (const auto& dep : target->GetDeps(Target::DEPS_ALL)) { in CollectDeps()
Dcommand_refs.cc38 for (const auto& dep_pair : target->GetDeps(Target::DEPS_ALL)) in FillDepMap()
Dtarget.h256 DepsIteratorRange GetDeps(DepsIterationType type) const;
Dcompile_commands_writer.cc362 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in VisitDeps()
Dninja_binary_target_writer.cc130 for (const auto& pair : target_->GetDeps(Target::DEPS_LINKED)) { in GetClassifiedDeps()
Drust_project_writer.cc92 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetRustDeps()
Djson_project_writer.cc47 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies()
Dninja_c_binary_target_writer.cc109 for (const auto& pair: target->GetDeps(Target::DEPS_LINKED)) { in GetModuleDepsInformation()
Dxcode_writer.cc853 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetTargetsFromBuilder()
Dvisual_studio_writer.cc223 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in FilterTargets()

12