Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp35 void reportBug(llvm::StringRef Msg, CheckerContext &C) const;
101 void ExprInspectionChecker::reportBug(llvm::StringRef Msg, in reportBug() function in ExprInspectionChecker
122 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
127 reportBug("REACHABLE", C); in analyzerWarnIfReached()
142 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
148 reportBug("Missing argument for explaining", C); in analyzerExplain()
152 reportBug(Ex.Visit(V), C); in analyzerExplain()
158 reportBug("Missing region for obtaining extent", C); in analyzerGetExtent()
162 reportBug("Obtaining extent of a non-region", C); in analyzerGetExtent()
193 reportBug("SYMBOL DEAD", C); in checkDeadSymbols()
DVLASizeChecker.cpp35 void reportBug(VLASize_Kind Kind,
44 void VLASizeChecker::reportBug(VLASize_Kind Kind, in reportBug() function in VLASizeChecker
100 reportBug(VLA_Garbage, SE, state, C); in checkPreStmt()
111 reportBug(VLA_Tainted, SE, nullptr, C); in checkPreStmt()
122 reportBug(VLA_Zero, SE, stateZero, C); in checkPreStmt()
147 reportBug(VLA_Negative, SE, state, C); in checkPreStmt()
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()
DVforkChecker.cpp56 void reportBug(const char *What, CheckerContext &C,
121 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug() function in VforkChecker
188 reportBug("This function call", C); in checkPreCall()
206 reportBug("This assignment", C); in checkBind()
213 reportBug("Return", C, "call _exit() instead"); 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
231 reportBug(Val, C); in checkBranchCondition()
241 reportBug(Val, C); in checkBranchCondition()
245 reportBug(Val, C); in checkBranchCondition()
253 reportBug(Val, C); in checkBranchCondition()
258 reportBug(Val, C); in checkBranchCondition()
DDereferenceChecker.cpp37 void reportBug(ProgramStateRef State, const Stmt *S, CheckerContext &C) const;
114 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug() function in DereferenceChecker
223 reportBug(nullState, expr, C); in checkLocation()
265 reportBug(StNull, expr, C); in checkBind()
DNullabilityChecker.cpp177 void reportBug(StringRef Msg, ErrorKind Error, ExplodedNode *N, in reportBug() function in __anon1908aaed0111::NullabilityChecker
470 reportBug(Msg, Error, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
524 reportBug("Nullable pointer is dereferenced", in checkEvent()
527 reportBug("Nullable pointer is passed to a callee that requires a " in checkEvent()