Home
last modified time | relevance | path

Searched refs:LabelScope (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp26 template <class Emitter> class LabelScope { class
28 virtual ~LabelScope() { } in ~LabelScope()
31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
44 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
69 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
DByteCodeStmtGen.h36 template <class Emitter> class LabelScope; variable
55 friend class LabelScope<Emitter>;
/external/clang/lib/Sema/
DJumpDiagnostics.cpp683 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local
684 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectJumps()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp740 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local
741 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...