Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp580 CFGBlock::const_succ_iterator It = llvm::find(Parent->succs(), Child); in getSuccessorIndex()
943 for (const CFGBlock *Succ : Parent->succs()) { in findAndReportNotCalledBranches()
1325 llvm::make_filter_range(BB->succs(), [this](const CFGBlock *Succ) { in joinSuccessors()
1377 for (const CFGBlock *Succ : BB->succs()) { in handleParameterCheck()
1471 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus()
H A DCFG.cpp5262 for (const CFGBlock::AdjacentBlock &AB : B->succs()) { in isLinear()
6220 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.cpp47 Pred.succs(), [&Block](const CFGBlock::AdjacentBlock &Succ) { in blockIndexInPredecessor()
H A DHTMLLogger.cpp511 for (const auto &Succ : Block->succs()) { in buildCFGDot()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h994 succ_range succs() { in succs() function
998 succ_const_range succs() const { in succs() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp322 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()
527 if (!llvm::is_contained(B.succs(), &cfg->getExit())) { in CheckFallThrough()
1110 for (const CFGBlock *B : P->succs()) { in fillReachableBlocks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2636 for (const ExplodedNode *Succ : Node->succs()) in BugPathGetter()