Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp284 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
627 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { in isMemFunction() function in MallocChecker
2693 if (isMemFunction(FD, ASTC)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()