Searched refs:reportTaintBug (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DivZeroChecker.cpp | 31 void reportTaintBug(StringRef Msg, ProgramStateRef StateZero, 67 void DivZeroChecker::reportTaintBug( in reportTaintBug() function in DivZeroChecker 116 reportTaintBug("Division by a tainted value, possibly zero", stateZero, C, in checkPreStmt()
|
| H A D | VLASizeChecker.cpp | 55 void reportTaintBug(const Expr *SizeE, ProgramStateRef State, 202 reportTaintBug(SizeE, State, C, SizeV); in checkVLAIndexSize() 209 void VLASizeChecker::reportTaintBug(const Expr *SizeE, ProgramStateRef State, in reportTaintBug() function in VLASizeChecker
|
| H A D | MallocChecker.cpp | 559 void reportTaintBug(StringRef Msg, ProgramStateRef State, CheckerContext &C, 1912 void MallocChecker::reportTaintBug(StringRef Msg, ProgramStateRef State, in reportTaintBug() function in MallocChecker 1959 reportTaintBug( in checkTaintedness()
|