Home
last modified time | relevance | path

Searched refs:IndirectJumps (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp69 SmallVector<IndirectGotoStmt*, 4> IndirectJumps; member in __anonf20675a40111::JumpScopeChecker
303 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()