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