Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate.cc74 const Rule State::kPhonyRule("phony"); member in State
77 bindings_.AddRule(&kPhonyRule); in State()
Dstate.h88 static const Rule kPhonyRule; member
Dgraph.cc455 return rule_ == &State::kPhonyRule; in is_phony()
649 Edge* phony_edge = state_->AddEdge(&State::kPhonyRule); in CreatePhonyInEdge()