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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp234 bool isAllocationFunction(const FunctionDecl *FD, ASTContext &C) const;
482 if (isAllocationFunction(FD, C))
491 bool MallocChecker::isAllocationFunction(const FunctionDecl *FD, function in class:MallocChecker
867 if (isAllocationFunction(FD, Ctx) || isFreeFunction(FD, Ctx))

Completed in 154 milliseconds