Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp666 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope; in VerifyIndirectJumps() typedef
667 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectJumps()
734 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectJumps()
808 unsigned JumpScope, in DiagnoseIndirectJump() argument
811 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
814 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
818 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()