Home
last modified time | relevance | path

Searched refs:kPhonyRule (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Dstate.cc66 const Rule State::kPhonyRule("phony"); member in State
69 bindings_.AddRule(&kPhonyRule); in State()
Dstate.h95 static const Rule kPhonyRule; member
Dgraph.cc544 return rule_ == &State::kPhonyRule; in is_phony()
744 Edge* phony_edge = state_->AddEdge(&State::kPhonyRule); in CreatePhonyInEdge()