Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp52 for (const Node *S : Header->succs()) in buildInterval()
84 for (const Node *S : B->succs()) in buildInterval()
H A DCalledOnceCheck.cpp578 CFGBlock::const_succ_iterator It = llvm::find(Parent->succs(), Child); in getSuccessorIndex()
941 for (const CFGBlock *Succ : Parent->succs()) { in findAndReportNotCalledBranches()
1323 llvm::make_filter_range(BB->succs(), [this](const CFGBlock *Succ) { in joinSuccessors()
1375 for (const CFGBlock *Succ : BB->succs()) { in handleParameterCheck()
1469 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus()
H A DLifetimeSafety.cpp698 for (const CFGBlock *Successor : B->succs()) { in run()
H A DCFG.cpp5371 for (const CFGBlock::AdjacentBlock &AB : B->succs()) { in isLinear()
6334 for (const auto &Succ : Blk->succs()) { in isInevitablySinking()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h252 succ_range succs() { return {Succs.begin(), Succs.end()}; } in succs() function
260 const_succ_range succs() const { return {Succs.begin(), Succs.end()}; } in succs() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp89 for (const CFGBlock *Succ : Block->succs()) in findReachableBlocks()
H A DTypeErasedDataflowAnalysis.cpp61 Pred.succs(), [&Block](const CFGBlock::AdjacentBlock &Succ) { in blockIndexInPredecessor()
H A DHTMLLogger.cpp510 for (const auto &Succ : Block->succs()) { in buildCFGDot()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp96 for (const CFGBlock *succ : block->succs()) in computeReachableBlocks()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1000 succ_range succs() { in succs() function
1004 succ_const_range succs() const { in succs() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp323 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()
669 if (!llvm::is_contained(B.succs(), &cfg->getExit())) { in CheckFallThrough()
1252 for (const CFGBlock *B : P->succs()) { in fillReachableBlocks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2678 for (const ExplodedNode *Succ : Node->succs()) in BugPathGetter()