Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp57 void reportTaintBug(const Expr *SizeE, ProgramStateRef State,
204 reportTaintBug(SizeE, State, C, SizeV); in checkVLAIndexSize()
211 void VLASizeChecker::reportTaintBug(const Expr *SizeE, ProgramStateRef State, in reportTaintBug() function in VLASizeChecker
H A DMallocChecker.cpp467 void reportTaintBug(StringRef Msg, ProgramStateRef State, CheckerContext &C,
1696 void MallocChecker::reportTaintBug(StringRef Msg, ProgramStateRef State, in reportTaintBug() function in MallocChecker
1746 reportTaintBug( in checkTaintedness()