Searched defs:MallocChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--//
146 class MallocChecker : public Checker<check::DeadSymbols, class in namespace:__anon18202
160 MallocChecker() function in class:__anon18202::MallocChecker
485 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const {
499 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const {
512 bool MallocChecker::isAllocationFunction(const FunctionDecl *FD,
534 bool MallocChecker::isFreeFunction(const FunctionDecl *FD, ASTContext &C) const {
558 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD,
587 llvm::Optional<ProgramStateRef> MallocChecker::performKernelMalloc(
665 void MallocChecker
[all...]

Completed in 73 milliseconds