Searched refs:checkFree (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 371 CHECK_FN(checkFree) 394 {{"free", 1}, &MallocChecker::checkFree}, 396 {{"kfree", 1}, &MallocChecker::checkFree}, 397 {{"g_free", 1}, &MallocChecker::checkFree}, 1302 void MallocChecker::checkFree(const CallEvent &Call, CheckerContext &C) const { in checkFree() function in MallocChecker
|