Searched refs:JumpScope (Results 1 – 1 of 1) sorted by relevance
732 typedef std::pair<unsigned, Stmt*> JumpScope; in VerifyIndirectOrAsmJumps() typedef733 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectOrAsmJumps()802 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectOrAsmJumps()878 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump() argument881 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()884 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()888 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectOrAsmJump()