Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h108 BugReporter &getBugReporter() { in getBugReporter() function
109 return Eng.getBugReporter(); in getBugReporter()
113 return getBugReporter().getSourceManager(); in getSourceManager()
116 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor()
274 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()
89 Ctx.getBugReporter()); in checkUnmatchedWaits()
119 Ctx.getBugReporter()); in checkMissingWaits()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp308 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
363 &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 DNonNullParamChecker.cpp203 V, false, N, &C.getBugReporter(), in checkPreCall()
H A DBlockInCriticalSectionChecker.cpp411 "O_NONBLOCK", C.getBugReporter().getPreprocessor()); in reportBlockInCritSection()
H A DExprInspectionChecker.cpp169 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug()
H A DBasicObjCFoundationChecks.cpp152 dispatchEvent({*Location, /*IsLoad=*/false, N, &C.getBugReporter(), in warnIfNilExpr()
H A DNullabilityChecker.cpp491 reportBug(Msg, Error, BT, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h731 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function
732 const PathSensitiveBugReporter &getBugReporter() const { return BR; } in getBugReporter() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp784 flushReports(BugReporterTimer.get(), Eng.getBugReporter()); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2026 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate()
H A DExprEngine.cpp3978 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()