Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp92 void DiagnoseIndirectOrAsmJump(Stmt *IG, unsigned IGScope, LabelDecl *Target,
763 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps() local
764 if (!JumpScopesMap.contains(IGScope)) in VerifyIndirectJumps()
765 JumpScopesMap[IGScope] = IG; in VerifyIndirectJumps()