Home
last modified time | relevance | path

Searched refs:reportTaintBug (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp31 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 DVLASizeChecker.cpp55 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 DMallocChecker.cpp559 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()