Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() argument
44 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()
46 this->Ctx->BreakLabel = BreakLabel; in LoopScope()
51 this->Ctx->BreakLabel = OldBreakLabel; in ~LoopScope()
68 LabelTy BreakLabel, OptLabelTy DefaultLabel) in SwitchScope() argument
69 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
72 this->Ctx->BreakLabel = BreakLabel; in SwitchScope()
78 this->Ctx->BreakLabel = OldBreakLabel; in ~SwitchScope()
H A DByteCodeStmtGen.h73 OptLabelTy BreakLabel; variable