Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
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()
DByteCodeStmtGen.h77 OptLabelTy BreakLabel; variable