/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCAtSyncChecker.cpp | 50 EnhancedBugReport *report = in checkPreStmt() 51 new EnhancedBugReport(*BT_undef, BT_undef->getDescription(), N); in checkPreStmt() 73 EnhancedBugReport *report = in checkPreStmt() 74 new EnhancedBugReport(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
|
D | CallAndMessageChecker.cpp | 66 EnhancedBugReport *R = new EnhancedBugReport(*BT, BT->getName(), N); in EmitBadCall() 94 EnhancedBugReport *R = new EnhancedBugReport(*BT, BT->getName(), N); in PreVisitProcessArg() 176 EnhancedBugReport *R = new EnhancedBugReport(*BT, os.str(), N); in PreVisitProcessArg() 229 EnhancedBugReport *R = in checkPreObjCMessage() 230 new EnhancedBugReport(*BT_msg_undef, BT_msg_undef->getName(), N); in checkPreObjCMessage() 274 EnhancedBugReport *report = new EnhancedBugReport(*BT_msg_ret, os.str(), N); in emitNilReceiverBug()
|
D | VLASizeChecker.cpp | 65 EnhancedBugReport *report = in checkPreStmt() 66 new EnhancedBugReport(*BT_undef, BT_undef->getName(), N); in checkPreStmt() 90 EnhancedBugReport *report = in checkPreStmt() 91 new EnhancedBugReport(*BT_zero, BT_zero->getName(), N); in checkPreStmt()
|
D | DereferenceChecker.cpp | 76 EnhancedBugReport *report = in checkLocation() 77 new EnhancedBugReport(*BT_undef, BT_undef->getDescription(), N); in checkLocation() 160 EnhancedBugReport *report = in checkLocation() 161 new EnhancedBugReport(*BT_null, in checkLocation()
|
D | PthreadLockChecker.cpp | 122 EnhancedBugReport *report = new EnhancedBugReport(*BT_doublelock, in AcquireLock() 186 EnhancedBugReport *report = new EnhancedBugReport(*BT_lor, in ReleaseLock()
|
D | UndefinedArraySubscriptChecker.cpp | 43 EnhancedBugReport *R = new EnhancedBugReport(*BT, BT->getName(), N); in checkPreStmt()
|
D | ReturnUndefChecker.cpp | 53 EnhancedBugReport *report = in checkPreStmt() 54 new EnhancedBugReport(*BT, BT->getDescription(), N); in checkPreStmt()
|
D | DivZeroChecker.cpp | 63 EnhancedBugReport *R = in checkPreStmt() 64 new EnhancedBugReport(*BT, BT->getDescription(), N); in checkPreStmt()
|
D | UndefinedAssignmentChecker.cpp | 77 EnhancedBugReport *R = new EnhancedBugReport(*BT, str, N); in checkBind()
|
D | UndefResultChecker.cpp | 74 EnhancedBugReport *report = new EnhancedBugReport(*BT, OS.str(), N); in checkPostStmt()
|
D | UndefCapturedBlockVarChecker.cpp | 90 EnhancedBugReport *R = new EnhancedBugReport(*BT, os.str(), N); in checkPostStmt()
|
D | UndefBranchChecker.cpp | 102 EnhancedBugReport *R = new EnhancedBugReport(*BT, BT->getDescription(),N); in checkBranchCondition()
|
D | AttrNonNullChecker.cpp | 103 EnhancedBugReport *R = in checkPreStmt() 104 new EnhancedBugReport(*BT, in checkPreStmt()
|
D | IteratorsChecker.cpp | 413 EnhancedBugReport *R = new EnhancedBugReport(*BT_Invalid, msg, N); in checkExpr() 425 EnhancedBugReport *R = new EnhancedBugReport(*BT_Undefined, in checkExpr() 494 EnhancedBugReport *R = new EnhancedBugReport(*BT_Incompatible, in checkPreStmt()
|
D | UnixAPIChecker.cpp | 205 EnhancedBugReport *report = in CheckMallocZero() 206 new EnhancedBugReport(*BT_mallocZero, "Call to 'malloc' has an allocation" in CheckMallocZero()
|
D | NSErrorChecker.cpp | 280 EnhancedBugReport *report = new EnhancedBugReport(*bug, os.str(), in checkEvent()
|
D | ObjCSelfInitChecker.cpp | 182 EnhancedBugReport *report = in checkForInvalidSelf() 183 new EnhancedBugReport(*new InitSelfBug(), errorStr, N); in checkForInvalidSelf()
|
D | BasicObjCFoundationChecks.cpp | 415 EnhancedBugReport *report = new EnhancedBugReport(*BT, description, N); in checkPreStmt()
|
D | CStringChecker.cpp | 203 EnhancedBugReport *report = new EnhancedBugReport(*BT, os.str(), N); in checkNonNull() 647 EnhancedBugReport *report = new EnhancedBugReport(*BT_NotCString, in getCStringLength() 708 EnhancedBugReport *report = new EnhancedBugReport(*BT_NotCString, in getCStringLength()
|
D | IdempotentOperationChecker.cpp | 410 EnhancedBugReport *report = new EnhancedBugReport(*BT, os.str(), *I); in checkEndAnalysis()
|
D | MallocChecker.cpp | 487 EnhancedBugReport *R = new EnhancedBugReport(*BT_BadFree, os.str(), N); in ReportBadFree()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 236 class EnhancedBugReport : public RangedBugReport { 246 EnhancedBugReport(BugType& D, llvm::StringRef description, in EnhancedBugReport() function 250 EnhancedBugReport(BugType& D, llvm::StringRef shortDescription, in EnhancedBugReport() function 254 ~EnhancedBugReport() {} in ~EnhancedBugReport()
|