Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h666 const OptimizationRemarkAnalysis *getReport() const { return Report.get(); } in getReport() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporterVisitors.h193 PathSensitiveBugReport &getReport() { return Report; } in getReport() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp1059 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory()