Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dgraph_test.cc744 EXPECT_TRUE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
768 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
772 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
794 EXPECT_FALSE(GetNode("dd")->in_edge()->outputs_ready()); in TEST_F()
796 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
822 EXPECT_FALSE(GetNode("dd1")->in_edge()->outputs_ready()); in TEST_F()
824 EXPECT_FALSE(GetNode("dd2")->in_edge()->outputs_ready()); in TEST_F()
826 EXPECT_FALSE(GetNode("out")->in_edge()->outputs_ready()); in TEST_F()
Dbuild.cc340 if (edge->outputs_ready()) in AddSubTarget()
554 if (edge->outputs_ready()) in DyndepsLoaded()
627 assert(edge && !edge->outputs_ready()); in RefreshDyndepDependents()
791 if (in_edge->outputs_ready()) in AddTarget()
Dgraph.h187 bool outputs_ready() const { return outputs_ready_; } in outputs_ready() function
Dgraph.cc89 edge->dyndep_->in_edge()->outputs_ready()) { in RecomputeDirty()
317 if ((*i)->in_edge() && !(*i)->in_edge()->outputs_ready()) in AllInputsReady()