Searched refs:kPhonyRule (Results 1 – 3 of 3) sorted by relevance
66 const Rule State::kPhonyRule("phony"); member in State69 bindings_.AddRule(&kPhonyRule); in State()
95 static const Rule kPhonyRule; member
544 return rule_ == &State::kPhonyRule; in is_phony()744 Edge* phony_edge = state_->AddEdge(&State::kPhonyRule); in CreatePhonyInEdge()