Searched refs:isAllocationFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp241 bool isAllocationFunction(const FunctionDecl *FD, ASTContext &C) const;
503 if (isAllocationFunction(FD, C))
512 bool MallocChecker::isAllocationFunction(const FunctionDecl *FD, function in class:MallocChecker
977 if (isAllocationFunction(FD, Ctx) || isFreeFunction(FD, Ctx))

Completed in 59 milliseconds