Searched refs:is_phony (Results 1 – 6 of 6) sorted by relevance
111 if ((*e)->is_phony()) in CleanAll()152 if (!e->is_phony()) { in DoCleanTarget()
214 if (dirty && !(edge->is_phony() && edge->inputs_.empty())) in RecomputeNodeDirty()282 if (edge->is_phony()) { in RecomputeOutputDirty()543 bool Edge::is_phony() const { in is_phony() function in Edge555 return is_phony() && outputs_.size() == 1 && implicit_outs_ == 0 && in maybe_phonycycle_diagnostic()
147 if (!edge->is_phony()) in EdgeWanted()297 if (!(*oe)->is_phony()) in CleanNode()636 if (edge->is_phony()) { in Build()699 if (edge->is_phony()) in StartEdge()
248 bool is_phony() const;
703 if (!edge->is_phony()) in PrintCommands()760 if (!edge->is_phony()) { in CollectInputs()
3359 ASSERT_TRUE(GetNode("tmp.imp")->in_edge()->is_phony()); in TEST_F()3365 ASSERT_FALSE(GetNode("tmp.imp")->in_edge()->is_phony()); in TEST_F()