Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp265 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
557 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { in isMemFunction() function in MallocChecker
2457 if (isMemFunction(FD, ASTC)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()