Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h613 const OptimizationRemarkAnalysis *getReport() const { return Report.get(); } in getReport() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h193 PathSensitiveBugReport &getReport() { return Report; } in getReport() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2275 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2341 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2492 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2509 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1059 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory()