Searched refs:JumpScope (Results 1 – 1 of 1) sorted by relevance
600 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope; in VerifyIndirectJumps() typedef601 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectJumps()668 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectJumps()742 unsigned JumpScope, in DiagnoseIndirectJump() argument745 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()752 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()