| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BoolAssignmentChecker.cpp | 27 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 D | ObjCAtSyncChecker.cpp | 52 C.emitReport(std::move(report)); in checkPreStmt() 77 C.emitReport(std::move(report)); in checkPreStmt()
|
| H A D | CallAndMessageChecker.cpp | 149 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 D | StackAddrEscapeChecker.cpp | 172 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 D | StreamChecker.cpp | 877 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 D | CloneChecker.cpp | 124 BR.emitReport(std::move(R)); in reportClones() 186 BR.emitReport(std::move(R)); in reportSuspiciousClones()
|
| H A D | TaintTesterChecker.cpp | 44 C.emitReport(std::move(report)); in checkPostStmt()
|
| H A D | ErrnoChecker.cpp | 129 C.emitReport(std::move(BR)); in generateErrnoNotCheckedBug() 156 C.emitReport(std::move(BR)); in checkLocation()
|
| H A D | SimpleStreamChecker.cpp | 200 C.emitReport(std::move(R)); in reportDoubleClose() 213 C.emitReport(std::move(R)); in reportLeaks()
|
| H A D | FixedAddressChecker.cpp | 61 C.emitReport(std::move(R)); in checkPreStmt()
|
| H A D | MacOSKeychainAPIChecker.cpp | 245 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 D | UnixAPIChecker.cpp | 139 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 D | UndefinedArraySubscriptChecker.cpp | 58 C.emitReport(std::move(R)); in checkPreStmt()
|
| H A D | NSAutoreleasePoolChecker.cpp | 76 C.emitReport(std::move(Report)); in checkPreObjCMessage()
|
| H A D | PointerSubChecker.cpp | 69 C.emitReport(std::move(R)); in checkPreStmt()
|
| H A D | ArrayBoundChecker.cpp | 82 C.emitReport(std::move(report)); in checkLocation()
|
| H A D | MismatchedIteratorChecker.cpp | 287 C.emitReport(std::move(R)); in reportBug() 298 C.emitReport(std::move(R)); in reportBug()
|
| H A D | MmapWriteExecChecker.cpp | 75 C.emitReport(std::move(Report)); in checkPreCall()
|
| H A D | SmartPtrChecker.cpp | 90 C.emitReport(std::move(R)); in reportBug()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 46 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 D | MainCallChecker.cpp | 42 C.emitReport(std::move(report)); in checkPreStmt()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | PutenvWithAutoChecker.cpp | 60 C.emitReport(std::move(Report)); in checkPostCall()
|
| H A D | InvalidPtrChecker.cpp | 223 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 D | CheckerContext.h | 244 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 D | UncountedLambdaCapturesChecker.cpp | 95 BR->emitReport(std::move(Report)); in reportBug()
|