Home
last modified time | relevance | path

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

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