Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp26 void emitReport(ProgramStateRef state, CheckerContext &C) const;
32 void BoolAssignmentChecker::emitReport(ProgramStateRef state, in emitReport() function in BoolAssignmentChecker
38 C.emitReport( in emitReport()
92 emitReport(StOut, C); in checkBind()
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 DObjCAtSyncChecker.cpp52 C.emitReport(std::move(report)); in checkPreStmt()
77 C.emitReport(std::move(report)); in checkPreStmt()
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()
365 Ctx.emitReport(std::move(Report)); in checkEndFunction()
H A DStreamChecker.cpp830 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamNonNull()
855 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
871 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureStreamOpened()
911 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
921 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureNoFilePositionIndeterminate()
942 C.emitReport(std::make_unique<PathSensitiveBugReport>( in ensureFseekWhenceCorrect()
956 C.emitReport(std::make_unique<PathSensitiveBugReport>( in reportFEofWarning()
999 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 DUnixAPIChecker.cpp141 C.emitReport(std::move(Report)); in ReportOpenBug()
311 C.emitReport(std::move(report)); in CheckPthreadOnce()
357 C.emitReport(std::move(report)); in ReportZeroByteAllocation()
H A DSimpleStreamChecker.cpp213 C.emitReport(std::move(R)); in reportDoubleClose()
226 C.emitReport(std::move(R)); in reportLeaks()
H A DMacOSKeychainAPIChecker.cpp246 C.emitReport(std::move(Report)); in generateDeallocatorMismatchReport()
291 C.emitReport(std::move(Report)); in checkPreStmt()
346 C.emitReport(std::move(Report)); in checkPreStmt()
576 C.emitReport(generateAllocatedDataNotReleasedReport(P, N, C)); in checkDeadSymbols()
H A DFixedAddressChecker.cpp61 C.emitReport(std::move(R)); in checkPreStmt()
H A DTaintTesterChecker.cpp57 C.emitReport(std::move(report)); in checkPostStmt()
H A DUndefinedArraySubscriptChecker.cpp58 C.emitReport(std::move(R)); in checkPreStmt()
H A DNSAutoreleasePoolChecker.cpp76 C.emitReport(std::move(Report)); in checkPreObjCMessage()
H A DMismatchedIteratorChecker.cpp287 C.emitReport(std::move(R)); in reportBug()
298 C.emitReport(std::move(R)); in reportBug()
H A DPointerSubChecker.cpp69 C.emitReport(std::move(R)); in checkPreStmt()
H A DArrayBoundChecker.cpp82 C.emitReport(std::move(report)); in checkLocation()
H A DReturnPointerRangeChecker.cpp91 C.emitReport(std::move(report)); in checkPreStmt()
H A DCheckPlacementNew.cpp143 C.emitReport(std::move(R)); in checkPlaceCapacityIsSufficient()
163 C.emitReport(std::move(R)); in emitBadAlignReport()
H A DMmapWriteExecChecker.cpp75 C.emitReport(std::move(Report)); in checkPreCall()
H A DSmartPtrChecker.cpp90 C.emitReport(std::move(R)); in reportBug()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h242 void emitReport(std::unique_ptr<BugReport> R) { in emitReport() function
244 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp42 C.emitReport(std::move(report)); in checkPreStmt()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp59 C.emitReport(std::move(Report)); in checkPostCall()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp95 BR->emitReport(std::move(Report)); in reportBug()

1234