Searched refs:CaseLabels (Results 1 – 2 of 2) sorted by relevance
158 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() argument162 OldCaseLabels(std::move(this->Ctx->CaseLabels)), in SwitchScope()166 this->Ctx->CaseLabels = std::move(CaseLabels); in SwitchScope()173 this->Ctx->CaseLabels = std::move(OldCaseLabels); in ~SwitchScope()5691 CaseMap CaseLabels; in visitSwitchStmt() local5699 CaseLabels[SC] = this->getLabel(); in visitSwitchStmt()5713 if (!this->jumpTrue(CaseLabels[CS])) in visitSwitchStmt()5731 SwitchScope<Emitter> SS(this, std::move(CaseLabels), EndLabel, DefaultLabel); in visitSwitchStmt()5741 this->emitLabel(CaseLabels[S]); in visitCaseStmt()
439 CaseMap CaseLabels; variable