Home
last modified time | relevance | path

Searched refs:reportBug (Results 1 – 3 of 3) 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.cpp34 void reportBug(VLASize_Kind Kind,
43 void VLASizeChecker::reportBug(VLASize_Kind Kind, in reportBug() function in VLASizeChecker
96 reportBug(VLA_Garbage, SE, state, C); in checkPreStmt()
107 reportBug(VLA_Tainted, SE, 0, C); in checkPreStmt()
118 reportBug(VLA_Zero, SE, stateZero, C); in checkPreStmt()
DDereferenceChecker.cpp34 void reportBug(ProgramStateRef State, const Stmt *S, CheckerContext &C,
81 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug() function in DereferenceChecker
204 reportBug(nullState, S, C); in checkLocation()
242 reportBug(StNull, S, C, /*isBind=*/true); in checkBind()