Searched refs:MallocChecker (Results 1 – 3 of 3) sorted by relevance
158 class MallocChecker : public Checker<check::DeadSymbols, class172 MallocChecker() in MallocChecker() function in __anon42261f860111::MallocChecker534 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo()557 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { in isMemFunction()573 bool MallocChecker::isCMemFunction(const FunctionDecl *FD, in isCMemFunction()641 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD, in isStandardNewDelete()670 llvm::Optional<ProgramStateRef> MallocChecker::performKernelMalloc( in performKernelMalloc()748 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt()861 ProgramStateRef MallocChecker::ProcessZeroAllocation(CheckerContext &C, in ProcessZeroAllocation()962 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()[all …]
41 MallocChecker.cpp
244 DescFile<"MallocChecker.cpp">;248 DescFile<"MallocChecker.cpp">;369 def MallocChecker: Checker<"Malloc">,371 DescFile<"MallocChecker.cpp">;379 DescFile<"MallocChecker.cpp">;