Lines Matching full:control
159 inline void SetControl(GateRef control) in SetControl() argument
161 impl_->SetControl(control); in SetControl()
163 inline void SetPreControl(GateRef control) in SetPreControl() argument
165 impl_->SetPreControl(control); in SetPreControl()
167 inline void MergeControl(GateRef control) in MergeControl() argument
169 impl_->MergeControl(control); in MergeControl()
187 LabelImpl(Environment *env, GateRef control) in LabelImpl() argument
188 : env_(env), control_(control), predeControl_(-1), isSealed_(false) in LabelImpl()
205 void SetControl(GateRef control) in SetControl() argument
207 control_ = control; in SetControl()
209 void SetPreControl(GateRef control) in SetPreControl() argument
211 predeControl_ = control; in SetPreControl()
213 void MergeControl(GateRef control) in MergeControl() argument
216 predeControl_ = control; in MergeControl()
219 otherPredeControls_.push_back(control); in MergeControl()
343 inline LabelImpl *NewLabel(Environment *env, GateRef control = -1)
345 auto impl = new Label::LabelImpl(env, control);
352 GateRef control = currentLabel_->GetControl(); in SubCfgEntry() local
356 currentLabel_->SetControl(control); in SubCfgEntry()
363 GateRef control = currentLabel_->GetControl(); in SubCfgExit() local
367 currentLabel_->SetControl(control); in SubCfgExit()