Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dgraph.h175 implicit_deps_(0), order_only_deps_(0), implicit_outs_(0) {} in Edge()
229 int order_only_deps_; member
231 return index >= inputs_.size() - order_only_deps_ - implicit_deps_ && in is_implicit()
235 return index >= inputs_.size() - order_only_deps_; in is_order_only()
Dgraph_test.cc543 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
574 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
709 EXPECT_EQ(1u, edge1->order_only_deps_); in TEST_F()
725 EXPECT_EQ(1u, edge2->order_only_deps_); in TEST_F()
923 EXPECT_EQ(1u, edge->order_only_deps_); in TEST_F()
Ddyndep.cc114 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_, in UpdateEdge()
Dgraph.cc405 edge_->order_only_deps_; in LookupVariable()
734 edge->inputs_.insert(edge->inputs_.end() - edge->order_only_deps_, in PreallocateSpace()
737 return edge->inputs_.end() - edge->order_only_deps_ - count; in PreallocateSpace()
Dbuild.cc266 end = (*oe)->inputs_.end() - (*oe)->order_only_deps_; in CleanNode()
800 i != edge->inputs_.end() - edge->order_only_deps_; ++i) { in FinishCommand()
Dmanifest_parser.cc373 edge->order_only_deps_ = order_only; in ParseEdge()
Dbuild_test.cc1017 EXPECT_EQ(1, edge->order_only_deps_); in TEST_F()