Searched refs:reportBug (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DivZeroChecker.cpp | 27 void reportBug(const char *Msg, 35 void DivZeroChecker::reportBug(const char *Msg, in reportBug() function in DivZeroChecker 75 reportBug("Division by zero", stateZero, C); in checkPreStmt() 81 reportBug("Division by a tainted value, possibly zero", stateZero, C); in checkPreStmt()
|
D | VLASizeChecker.cpp | 35 void reportBug(VLASize_Kind Kind, 44 void VLASizeChecker::reportBug(VLASize_Kind Kind, in reportBug() function in VLASizeChecker 98 reportBug(VLA_Garbage, SE, state, C); in checkPreStmt() 109 reportBug(VLA_Tainted, SE, nullptr, C); in checkPreStmt() 120 reportBug(VLA_Zero, SE, stateZero, C); in checkPreStmt()
|
D | TestAfterDivZeroChecker.cpp | 83 void reportBug(SVal Val, CheckerContext &C) const; 169 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { in reportBug() function in TestAfterDivZeroChecker 230 reportBug(Val, C); in checkBranchCondition() 240 reportBug(Val, C); in checkBranchCondition() 244 reportBug(Val, C); in checkBranchCondition() 252 reportBug(Val, C); in checkBranchCondition() 257 reportBug(Val, C); in checkBranchCondition()
|
D | DereferenceChecker.cpp | 35 void reportBug(ProgramStateRef State, const Stmt *S, CheckerContext &C, 90 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug() function in DereferenceChecker 209 reportBug(nullState, S, C); in checkLocation() 247 reportBug(StNull, S, C, /*isBind=*/true); in checkBind()
|
/external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/ |
D | SynchronizedMethodDetector.java | 27 mBugReporter.reportBug(new BugInstance(this, "CHROMIUM_SYNCHRONIZED_METHOD", in visit()
|
D | SynchronizedThisDetector.java | 43 mBugReporter.reportBug(new BugInstance(this, "CHROMIUM_SYNCHRONIZED_THIS", in sawOpcode()
|