Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp428 bool isMemCall(const CallEvent &Call) const;
912 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall() function in MallocChecker
2980 if (isMemCall(*Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()