/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 109 BlockEdge StartLoc(Entry, Succ, L); in ExecuteWorkList() 187 HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred); in dispatchWorkItem() 225 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge() 351 generateNode(BlockEdge(B, succ, Pred->getLocationContext()), in HandleBlockExit() 432 generateNode(BlockEdge(B, *(B->succ_begin()), Pred->getLocationContext()), in HandleBlockExit() 496 BlockEdge Loc(B, *B->succ_begin(), LCtx); in HandleVirtualBaseBranch() 507 BlockEdge Loc(B, *(B->succ_begin() + 1), LCtx); in HandleVirtualBaseBranch() 658 ProgramPoint Loc = BlockEdge(C.getBlock(), branch ? DstT : DstF, in generateNode() 670 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateNode() 688 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateCaseStmtNode() [all …]
|
H A D | ExprEngineCallAndReturn.cpp | 59 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter() 107 } else if (std::optional<BlockEdge> BE = PP.getAs<BlockEdge>()) { in getLastStmt()
|
H A D | ExprEngineC.cpp | 694 BlockEdge BE = N->getLocation().castAs<BlockEdge>(); in VisitLogicalExpr() 807 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
|
H A D | ExplodedGraph.cpp | 334 if (auto BE = P.getAs<BlockEdge>()) in getStmtForDiagnostics()
|
H A D | BugReporterVisitors.cpp | 1950 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode() 2166 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in peelOffOuterExpr() 2791 if (std::optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
|
H A D | BugReporter.cpp | 266 BlockEdge BE) const; 871 PathDiagnosticConstruct &C, BlockEdge BE) const { in generateMinimalDiagForBlockEdge() 1027 static bool isJumpToFalseBranch(const BlockEdge *BE) { in isJumpToFalseBranch() 1246 } else if (auto BE = P.getAs<BlockEdge>()) { in generatePathDiagnosticsForNode()
|
H A D | CheckerManager.cpp | 435 const BlockEdge &L, in runCheckersForBeginFunction()
|
H A D | ExprEngine.cpp | 2502 void ExprEngine::processCFGBlockEntrance(const BlockEdge &L, in processCFGBlockEntrance() 2902 const BlockEdge &L) { in processBeginOfFunction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowValues.h | 87 ValTy& getEdgeData(const BlockEdge &E) { in getEdgeData() 93 const ValTy& getEdgeData(const BlockEdge &E) const { in getEdgeData()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ProgramPoint.cpp | 135 const BlockEdge &E = castAs<BlockEdge>(); in printJson()
|
H A D | PathDiagnostic.cpp | 668 if (std::optional<BlockEdge> BE = P.getAs<BlockEdge>()) { in create()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 640 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses() local 641 if (EdgeUsesOnly.count(BlockEdge)) { in renameUses() 643 auto *DomNode = DT.getNode(BlockEdge.first); in renameUses() 656 auto *DomNode = DT.getNode(BlockEdge.second); in renameUses()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 119 for (const BlockEdge &BE : make_first_range(CE.exhausted_blocks())) { in checkEndAnalysis()
|
H A D | BasicObjCFoundationChecks.cpp | 968 if (std::optional<BlockEdge> BE = P.getAs<BlockEdge>()) { in alreadyExecutedAtLeastOneLoopIteration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 498 class BlockEdge : public ProgramPoint { 500 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) in BlockEdge() function 516 BlockEdge() = default;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 67 std::vector<std::pair<BlockEdge, const ExplodedNode *>>; 112 void HandleBlockEdge(const BlockEdge &E, ExplodedNode *Pred);
|
H A D | ExprEngine.h | 316 void processCFGBlockEntrance(const BlockEdge &L, 359 const BlockEdge &L);
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 351 const BlockEdge &L,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 425 auto PP = N->getLocationAs<BlockEdge>(); in annotateStartParameter()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 625 using BlockEdge = BasicBlockEdge; typedef in __anonb3555ec80211::NewGVN 626 DenseSet<BlockEdge> ReachableEdges;
|