Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp232 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
478 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { in isMemFunction() function in MallocChecker
1938 if (isMemFunction(FD, ASTC)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()