Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp157 class MallocChecker : public Checker<check::DeadSymbols, class
171 MallocChecker() in MallocChecker() function in __anone8977cbd0111::MallocChecker
531 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo()
548 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { in isMemFunction()
564 bool MallocChecker::isCMemFunction(const FunctionDecl *FD, in isCMemFunction()
631 bool MallocChecker::isStandardNewDelete(const FunctionDecl *FD, in isStandardNewDelete()
660 llvm::Optional<ProgramStateRef> MallocChecker::performKernelMalloc( in performKernelMalloc()
738 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt()
850 ProgramStateRef MallocChecker::ProcessZeroAllocation(CheckerContext &C, in ProcessZeroAllocation()
951 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt()
[all …]
DCMakeLists.txt46 MallocChecker.cpp
DAndroid.mk52 MallocChecker.cpp \
DCheckers.td242 DescFile<"MallocChecker.cpp">;
246 DescFile<"MallocChecker.cpp">;
367 def MallocChecker: Checker<"Malloc">,
369 DescFile<"MallocChecker.cpp">;
377 DescFile<"MallocChecker.cpp">;