Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp75 SmallVector<Stmt*, 4> IndirectJumps; member in __anon116d3ae30111::JumpScopeChecker
340 IndirectJumps.push_back(S); in BuildScopeInformation()
744 if (IndirectJumps.empty()) in VerifyIndirectJumps()
749 S.Diag(IndirectJumps[0]->getBeginLoc(), in VerifyIndirectJumps()
760 for (Stmt *IG : IndirectJumps) { in VerifyIndirectJumps()