Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp413 bool isFreeingCall(const CallEvent &Call) const;
1023 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall() function in MallocChecker
2945 if (ChecksEnabled[CK_MallocChecker] && isFreeingCall(Call)) in checkPreCall()