Searched refs:JumpScope (Results 1 – 1 of 1) sorted by relevance
727 typedef std::pair<unsigned, Stmt*> JumpScope; in VerifyIndirectOrAsmJumps() typedef728 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectOrAsmJumps()797 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectOrAsmJumps()873 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump() argument876 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()879 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()883 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectOrAsmJump()