Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h105 BugReporter &getBugReporter() { in getBugReporter() function
106 return Eng.getBugReporter(); in getBugReporter()
110 return getBugReporter().getSourceManager(); in getSourceManager()
113 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor()
263 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
H A DExprEngine.h210 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp47 Ctx.getBugReporter()); in checkDoubleNonblocking()
90 Ctx.getBugReporter()); in checkUnmatchedWaits()
121 Ctx.getBugReporter()); in checkMissingWaits()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp281 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
329 &C.getBugReporter(), in checkBind()
H A DDebugContainerModeling.cpp132 auto &BR = C.getBugReporter(); in reportDebugMsg()
H A DDebugIteratorModeling.cpp126 auto &BR = C.getBugReporter(); in reportDebugMsg()
H A DBasicObjCFoundationChecks.cpp153 dispatchEvent({*Location, /*IsLoad=*/false, N, &C.getBugReporter(), in warnIfNilExpr()
H A DNullabilityChecker.cpp494 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h726 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function
727 const PathSensitiveBugReporter &getBugReporter() const { return BR; } in getBugReporter() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp748 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2009 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate()
H A DExprEngine.cpp3827 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()