Lines Matching defs:TargetScope
93 unsigned TargetScope);
701 unsigned TargetScope = LabelAndGotoScopes[LD->getStmt()];
702 if (JumpScope != TargetScope)
703 DiagnoseIndirectOrAsmJump(G, JumpScope, LD, TargetScope);
802 for (auto [TargetScope, TargetLabel] : TargetScopes) {
808 unsigned Min = TargetScope;
854 DiagnoseIndirectOrAsmJump(JumpStmt, JumpScope, TargetLabel, TargetScope);
899 unsigned TargetScope) {
900 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
903 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
916 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)