Lines Matching defs:TargetScope
93 unsigned TargetScope);
691 unsigned TargetScope = LabelAndGotoScopes[LD->getStmt()];
692 if (JumpScope != TargetScope)
693 DiagnoseIndirectOrAsmJump(G, JumpScope, LD, TargetScope);
793 for (auto [TargetScope, TargetLabel] : TargetScopes) {
799 unsigned Min = TargetScope;
845 DiagnoseIndirectOrAsmJump(JumpStmt, JumpScope, TargetLabel, TargetScope);
890 unsigned TargetScope) {
891 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
907 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)