Home
last modified time | relevance | path

Searched refs:order_only_deps_ (Results 1 – 7 of 7) sorted by relevance

/third_party/ninja/src/
Dgraph.h149 deps_missing_(false), implicit_deps_(0), order_only_deps_(0), in Edge()
198 int order_only_deps_; member
200 return index >= inputs_.size() - order_only_deps_ - implicit_deps_ && in is_implicit()
204 return index >= inputs_.size() - order_only_deps_; in is_order_only()
Dgraph_test.cc508 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
643 EXPECT_EQ(1u, edge1->order_only_deps_); in TEST_F()
659 EXPECT_EQ(1u, edge2->order_only_deps_); in TEST_F()
857 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
Dgraph.cc345 edge_->order_only_deps_; in LookupVariable()
639 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_, in PreallocateSpace()
642 return edge->inputs_.end() - edge->order_only_deps_ - count; in PreallocateSpace()
Ddyndep.cc106 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_, in UpdateEdge()
Dmanifest_parser.cc361 edge->order_only_deps_ = order_only; in ParseEdge()
Dbuild.cc497 end = (*oe)->inputs_.end() - (*oe)->order_only_deps_; in CleanNode()
994 i != edge->inputs_.end() - edge->order_only_deps_; ++i) { in FinishCommand()
Dbuild_test.cc983 EXPECT_EQ(1, edge->order_only_deps_); in TEST_F()