Home
last modified time | relevance | path

Searched refs:own_states_ (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DTag.hh100 bool own_states_:1; member in sta::Tag
H A DTag.cc60 own_states_(own_states), in Tag()
82 if (own_states_ && states_) in ~Tag()