Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp158 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() argument
162 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() local
5699 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()
H A DCompiler.h439 CaseMap CaseLabels; variable