Home
last modified time | relevance | path

Searched refs:emitReport (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp27 void emitReport(ProgramStateRef state, CheckerContext &C,
35 void BoolAssignmentChecker::emitReport(ProgramStateRef state, CheckerContext &C, in emitReport() function in BoolAssignmentChecker
43 C.emitReport(std::make_unique<PathSensitiveBugReport>(*BT, Msg, N)); in emitReport()
96 emitReport(StOut, C); in checkBind()
98 emitReport(StOut, C, /*IsTainted=*/true); in checkBind()
H A DObjCAtSyncChecker.cpp52 C.emitReport(std::move(report)); in checkPreStmt()
77 C.emitReport(std::move(report)); in checkPreStmt()
H A DCallAndMessageChecker.cpp149 C.emitReport(std::move(R)); in emitBadCall()
230 C.emitReport(std::move(R)); in uninitRefOrPointer()
311 C.emitReport(std::move(R)); in PreVisitProcessArg()
360 C.emitReport(std::move(R)); in PreVisitProcessArg()
438 C.emitReport( in checkParameterCount()
506 C.emitReport(std::move(R)); in checkCXXDeallocation()
617 C.emitReport(std::move(R)); in checkPreObjCMessage()
664 C.emitReport(std::move(report)); in emitNilReceiverBug()
H A DStackAddrEscapeChecker.cpp172 C.emitReport(std::move(report)); in EmitStackError()
210 C.emitReport(std::move(Report)); in checkAsyncExecutedBlockCaptures()
234 C.emitReport(std::move(Report)); in checkReturnedBlockCaptures()
394 Ctx.emitReport(std::move(Report)); in checkEndFunction()
419 Ctx.emitReport(std::move(Report)); in checkEndFunction()
H A DStreamChecker.cpp877 C.emitReport(std::move(R)); in ensureStreamNonNull()
901 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
917 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
957 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
967 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
988 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureFseekWhenceCorrect()
1008 C.emitReport(std::move(R)); in reportFEofWarning()
1047 C.emitReport(std::move(R)); in reportLeaks()
H A DCloneChecker.cpp124 BR.emitReport(std::move(R)); in reportClones()
186 BR.emitReport(std::move(R)); in reportSuspiciousClones()
H A DTaintTesterChecker.cpp44 C.emitReport(std::move(report)); in checkPostStmt()
H A DErrnoChecker.cpp129 C.emitReport(std::move(BR)); in generateErrnoNotCheckedBug()
156 C.emitReport(std::move(BR)); in checkLocation()
H A DSimpleStreamChecker.cpp200 C.emitReport(std::move(R)); in reportDoubleClose()
213 C.emitReport(std::move(R)); in reportLeaks()
H A DFixedAddressChecker.cpp61 C.emitReport(std::move(R)); in checkPreStmt()
H A DMacOSKeychainAPIChecker.cpp245 C.emitReport(std::move(Report)); in generateDeallocatorMismatchReport()
290 C.emitReport(std::move(Report)); in checkPreStmt()
345 C.emitReport(std::move(Report)); in checkPreStmt()
575 C.emitReport(generateAllocatedDataNotReleasedReport(P, N, C)); in checkDeadSymbols()
H A DUnixAPIChecker.cpp139 C.emitReport(std::move(Report)); in ReportOpenBug()
309 C.emitReport(std::move(report)); in CheckPthreadOnce()
355 C.emitReport(std::move(report)); in ReportZeroByteAllocation()
H A DUndefinedArraySubscriptChecker.cpp58 C.emitReport(std::move(R)); in checkPreStmt()
H A DNSAutoreleasePoolChecker.cpp76 C.emitReport(std::move(Report)); in checkPreObjCMessage()
H A DPointerSubChecker.cpp69 C.emitReport(std::move(R)); in checkPreStmt()
H A DArrayBoundChecker.cpp82 C.emitReport(std::move(report)); in checkLocation()
H A DMismatchedIteratorChecker.cpp287 C.emitReport(std::move(R)); in reportBug()
298 C.emitReport(std::move(R)); in reportBug()
H A DMmapWriteExecChecker.cpp75 C.emitReport(std::move(Report)); in checkPreCall()
H A DSmartPtrChecker.cpp90 C.emitReport(std::move(R)); in reportBug()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp46 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
66 BReporter.emitReport(std::move(Report)); in reportMissingWait()
84 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
/llvm-project-15.0.7/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp42 C.emitReport(std::move(report)); in checkPreStmt()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp60 C.emitReport(std::move(Report)); in checkPostCall()
H A DInvalidPtrChecker.cpp223 C.emitReport(std::move(Report)); in checkPostCall()
265 C.emitReport(std::move(Report)); in checkLocation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h244 void emitReport(std::unique_ptr<BugReport> R) { in emitReport() function
246 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp95 BR->emitReport(std::move(Report)); in reportBug()

1234