Searched refs:IndirectJumps (Results 1 – 1 of 1) sorted by relevance
69 SmallVector<IndirectGotoStmt*, 4> IndirectJumps; member in __anond99f67050111::JumpScopeChecker303 IndirectJumps.push_back(cast<IndirectGotoStmt>(S)); in BuildScopeInformation()641 if (IndirectJumps.empty()) return; in VerifyIndirectJumps()646 S.Diag(IndirectJumps[0]->getGotoLoc(), in VerifyIndirectJumps()659 I = IndirectJumps.begin(), E = IndirectJumps.end(); I != E; ++I) { in VerifyIndirectJumps()