Home
last modified time | relevance | path

Searched refs:outputs_ready (Results 1 - 4 of 4) sorted by relevance

/third_party/ninja/src/
H A Dgraph_test.cc810 EXPECT_TRUE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
834 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
838 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
860 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
862 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
888 EXPECT_FALSE(GetNode("dd1")->in_edge()->outputs_ready()); in TEST_F()
890 EXPECT_FALSE(GetNode("dd2")->in_edge()->outputs_ready()); in TEST_F()
892 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
H A Dbuild.cc116 if (edge->outputs_ready()) in AddSubTarget()
337 if (edge->outputs_ready()) in DyndepsLoaded()
410 if (!in_edge->outputs_ready() && in RefreshDyndepDependents()
423 assert(edge && !edge->outputs_ready()); in RefreshDyndepDependents()
610 if (!in_edge || !in_edge->outputs_ready()) { in AddTarget()
621 if (!validation_in_edge->outputs_ready() && in AddTarget()
H A Dgraph.cc132 edge->dyndep_->in_edge()->outputs_ready()) { in RecomputeNodeDirty()
375 if ((*i)->in_edge() && !(*i)->in_edge()->outputs_ready()) in AllInputsReady()
H A Dgraph.h228 bool outputs_ready() const { return outputs_ready_; } in outputs_ready() function
320 /// and updating the dirty/outputs_ready state of all the nodes and edges.

Completed in 5 milliseconds