Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp681 unsigned JumpScope = LabelAndGotoScopes[G]; in VerifyJumps() local
683 if (JumpScope != TargetScope) in VerifyJumps()
684 DiagnoseIndirectOrAsmJump(G, JumpScope, LD, TargetScope); in VerifyJumps()
747 using JumpScope = std::pair<unsigned, Stmt *>; in VerifyIndirectJumps() typedef
748 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectJumps()
805 for (auto [JumpScope, JumpStmt] : JumpScopes) { in VerifyIndirectJumps()
806 unsigned Scope = JumpScope; in VerifyIndirectJumps()
817 for (unsigned S = JumpScope; S != Scope; S = Scopes[S].ParentScope) in VerifyIndirectJumps()
882 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()
885 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()
[all …]