Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h218 PointT *getProgramPoint(Args &&...args) { in getProgramPoint() function
403 PointT *getProgramPoint(Args &&...args) { in getProgramPoint() function
404 return solver.getProgramPoint<PointT>(std::forward<Args>(args)...); in getProgramPoint()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp174 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K, in runChecker()
230 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
288 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
338 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker()
573 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, ProgarmPointKind, in runChecker()
668 ProgramPoint L = ProgramPoint::getProgramPoint( in runCheckersForEvalCall()
H A DExprEngineCallAndReturn.cpp782 Bldr.generateNode(Call.getProgramPoint(), State, Pred); in conservativeEvalCall()
H A DCallEvent.cpp289 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() function in CallEvent
/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDeadCodeAnalysis.cpp43 solver.getProgramPoint<CFGEdge>(pred, &block)); in printAnalysisResults()
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDenseAnalysis.cpp132 block, getProgramPoint<CFGEdge>(predecessor, block)) in visitBlock()
H A DSparseAnalysis.cpp198 getOrCreate<Executable>(getProgramPoint<CFGEdge>(predecessor, block)); in visitBlock()
H A DDeadCodeAnalysis.cpp204 auto *edgeState = getOrCreate<Executable>(getProgramPoint<CFGEdge>(from, to)); in markEdgeLive()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h419 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
429 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
H A DCallEvent.h351 ProgramPoint getProgramPoint(bool IsPreVisit = false,
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp22 ProgramPoint ProgramPoint::getProgramPoint(const Stmt *S, ProgramPoint::Kind K, in getProgramPoint() function in ProgramPoint
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h219 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,