Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DBoolAssignmentChecker.cpp27 void emitReport(ProgramStateRef state, CheckerContext &C) const;
33 void BoolAssignmentChecker::emitReport(ProgramStateRef state, in emitReport() function in BoolAssignmentChecker
38 C.emitReport(new BugReport(*BT, BT->getDescription(), N)); in emitReport()
108 emitReport(stateLT, C); in checkBind()
144 emitReport(stateGT, C); in checkBind()
DPthreadLockChecker.cpp152 C.emitReport(report); in AcquireLock()
215 C.emitReport(Report); in ReleaseLock()
241 C.emitReport(report); in ReleaseLock()
284 C.emitReport(Report); in DestroyLock()
319 C.emitReport(Report); in InitLock()
334 C.emitReport(Report); in reportUseDestroyedBug()
DExprInspectionChecker.cpp101 C.emitReport(R); in analyzerEval()
112 C.emitReport(R); in analyzerWarnIfReached()
132 C.emitReport(R); in analyzerCheckInlined()
DCallAndMessageChecker.cpp104 C.emitReport(R); in emitBadCall()
172 C.emitReport(R); in uninitRefOrPointer()
206 C.emitReport(R); in PreVisitProcessArg()
289 C.emitReport(R); in PreVisitProcessArg()
347 C.emitReport(R); in checkPreStmt()
404 C.emitReport(R); in checkPreCall()
471 C.emitReport(R); in checkPreObjCMessage()
521 C.emitReport(report); in emitNilReceiverBug()
DObjCAtSyncChecker.cpp53 C.emitReport(report); in checkPreStmt()
78 C.emitReport(report); in checkPreStmt()
DUnixAPIChecker.cpp136 C.emitReport(report); in CheckOpen()
181 C.emitReport(report); in CheckPthreadOnce()
224 C.emitReport(report); in ReportZeroByteAllocation()
DMacOSKeychainAPIChecker.cpp276 C.emitReport(Report); in generateDeallocatorMismatchReport()
317 C.emitReport(Report); in checkPreStmt()
370 C.emitReport(Report); in checkPreStmt()
436 C.emitReport(Report); in checkPreStmt()
584 C.emitReport(generateAllocatedDataNotReleasedReport(*I, N, C)); in checkDeadSymbols()
DTaintTesterChecker.cpp55 C.emitReport(report); in checkPostStmt()
DNSAutoreleasePoolChecker.cpp74 C.emitReport(Report); in checkPreObjCMessage()
DFixedAddressChecker.cpp62 C.emitReport(R); in checkPreStmt()
DUndefinedArraySubscriptChecker.cpp59 C.emitReport(R); in checkPreStmt()
DStreamChecker.cpp282 C.emitReport(R); in Fseek()
358 C.emitReport(R); in CheckNullStream()
390 C.emitReport(R); in CheckDoubleClose()
419 C.emitReport(R); in checkDeadSymbols()
DPointerArithChecker.cpp63 C.emitReport(R); in checkPreStmt()
DPointerSubChecker.cpp71 C.emitReport(R); in checkPreStmt()
DCastToStructChecker.cpp68 C.emitReport(R); in checkPreStmt()
DStackAddrEscapeChecker.cpp116 C.emitReport(report); in EmitStackError()
238 Ctx.emitReport(report); in checkEndFunction()
DSimpleStreamChecker.cpp222 C.emitReport(R); in reportDoubleClose()
235 C.emitReport(R); in reportLeaks()
DReturnPointerRangeChecker.cpp87 C.emitReport(report); in checkPreStmt()
DArrayBoundChecker.cpp83 C.emitReport(report); in checkLocation()
DUndefinedAssignmentChecker.cpp91 C.emitReport(R); in checkBind()
DUndefResultChecker.cpp95 C.emitReport(report); in checkPostStmt()
DDereferenceChecker.cpp174 C.emitReport(report); in reportBug()
190 C.emitReport(report); in checkLocation()
DDivZeroChecker.cpp44 C.emitReport(R); in reportBug()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h235 void emitReport(BugReport *R) { in emitReport() function
237 Eng.getBugReporter().emitReport(R); in emitReport()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp42 C.emitReport(report); in checkPreStmt()

12