Searched refs:kPhonyRule (Results 1 – 3 of 3) sorted by relevance
74 const Rule State::kPhonyRule("phony"); member in State77 bindings_.AddRule(&kPhonyRule); in State()
88 static const Rule kPhonyRule; member
455 return rule_ == &State::kPhonyRule; in is_phony()649 Edge* phony_edge = state_->AddEdge(&State::kPhonyRule); in CreatePhonyInEdge()