Home
last modified time | relevance | path

Searched refs:reportBug (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDivZeroChecker.cpp27 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()
DVLASizeChecker.cpp35 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()
DTestAfterDivZeroChecker.cpp83 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()
DDereferenceChecker.cpp35 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/
DSynchronizedMethodDetector.java27 mBugReporter.reportBug(new BugInstance(this, "CHROMIUM_SYNCHRONIZED_METHOD", in visit()
DSynchronizedThisDetector.java43 mBugReporter.reportBug(new BugInstance(this, "CHROMIUM_SYNCHRONIZED_THIS", in sawOpcode()