Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp443 bool isMemCall(const CallEvent &Call) const;
1123 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall() function in MallocChecker
3196 if (isMemCall(*Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()