Home
last modified time | relevance | path

Searched refs:LoadDyndeps (Results 1 - 11 of 11) sorted by relevance

/third_party/ninja/src/
H A Dclean.cc107 LoadDyndeps(); in CleanAll()
130 LoadDyndeps(); in CleanDead()
176 LoadDyndeps(); in CleanTarget()
199 LoadDyndeps(); in CleanTargets()
243 LoadDyndeps(); in CleanRule()
268 LoadDyndeps(); in CleanRules()
292 void Cleaner::LoadDyndeps() { in LoadDyndeps() function in Cleaner
301 dyndep_loader_.LoadDyndeps(dyndep, &err); in LoadDyndeps()
H A Ddyndep.cc29 bool DyndepLoader::LoadDyndeps(Node* node, std::string* err) const { in LoadDyndeps() function in DyndepLoader
31 return LoadDyndeps(node, &ddf, err); in LoadDyndeps()
34 bool DyndepLoader::LoadDyndeps(Node* node, DyndepFile* ddf, in LoadDyndeps() function in DyndepLoader
H A Ddyndep.h52 bool LoadDyndeps(Node* node, std::string* err) const;
53 bool LoadDyndeps(Node* node, DyndepFile* ddf, std::string* err) const;
H A Dgraph_test.cc532 EXPECT_TRUE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
562 EXPECT_TRUE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
588 EXPECT_FALSE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
605 EXPECT_FALSE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
625 EXPECT_FALSE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
645 EXPECT_FALSE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
669 EXPECT_TRUE(scan_.LoadDyndeps(GetNode("dd1"), &err)); in TEST_F()
672 EXPECT_FALSE(scan_.LoadDyndeps(GetNode("dd2"), &err)); in TEST_F()
695 EXPECT_TRUE(scan_.LoadDyndeps(GetNode("dd"), &err)); in TEST_F()
H A Dgraph.cc134 if (!LoadDyndeps(edge->dyndep_, err)) in RecomputeNodeDirty()
363 bool DependencyScan::LoadDyndeps(Node* node, string* err) const { in LoadDyndeps() function in DependencyScan
364 return dyndep_loader_.LoadDyndeps(node, err); in LoadDyndeps()
367 bool DependencyScan::LoadDyndeps(Node* node, DyndepFile* ddf, in LoadDyndeps() function in DependencyScan
369 return dyndep_loader_.LoadDyndeps(node, ddf, err); in LoadDyndeps()
H A Dclean.h99 void LoadDyndeps();
H A Dgraphviz.cc48 if (!dyndep_loader_.LoadDyndeps(edge->dyndep_, &err)) { in AddTarget()
H A Dgraph.h359 bool LoadDyndeps(Node* node, std::string* err) const;
360 bool LoadDyndeps(Node* node, DyndepFile* ddf, std::string* err) const;
H A Dbuild.h217 bool LoadDyndeps(Node* node, std::string* err);
H A Dbuild.cc227 return builder_->LoadDyndeps(node, err); in NodeFinished()
1042 bool Builder::LoadDyndeps(Node* node, string* err) { in LoadDyndeps() function in Builder
1047 if (!scan_.LoadDyndeps(node, &ddf, err)) in LoadDyndeps()
H A Dninja.cc414 if (!dyndep_loader.LoadDyndeps(edge->dyndep_, &err)) { in ToolQuery()

Completed in 10 milliseconds