Lines Matching full:control
829 auto control = GetCurrentLabel()->GetControl(); in Return() local
831 return Return(control, depend, value); in Return()
836 auto control = GetCurrentLabel()->GetControl(); in Return() local
838 return ReturnVoid(control, depend); in Return()
938 void Label::SetControl(GateRef control) in SetControl() argument
940 impl_->SetControl(control); in SetControl()
943 void Label::SetPreControl(GateRef control) in SetPreControl() argument
945 impl_->SetPreControl(control); in SetPreControl()
948 void Label::MergeControl(GateRef control) in MergeControl() argument
950 impl_->MergeControl(control); in MergeControl()
979 Label::LabelImpl *Environment::NewLabel(Environment *env, GateRef control) in NewLabel() argument
981 auto impl = new Label::LabelImpl(env, control); in NewLabel()
989 GateRef control = currentLabel_->GetControl(); in SubCfgEntry() local
993 currentLabel_->SetControl(control); in SubCfgEntry()
1001 GateRef control = currentLabel_->GetControl(); in SubCfgExit() local
1005 currentLabel_->SetControl(control); in SubCfgExit()