Home
last modified time | relevance | path

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

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