Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h563 const OptimizationRemarkAnalysis *getReport() const { return Report.get(); } in getReport() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h185 PathSensitiveBugReport &getReport() { return Report; } in getReport() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2017 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2083 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2232 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
2249 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp881 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory()