Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp158 class MallocChecker : public Checker<check::DeadSymbols, class
172 MallocChecker() in MallocChecker() function in __anon42261f860111::MallocChecker
534 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 …]
DCMakeLists.txt41 MallocChecker.cpp
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td244 DescFile<"MallocChecker.cpp">;
248 DescFile<"MallocChecker.cpp">;
369 def MallocChecker: Checker<"Malloc">,
371 DescFile<"MallocChecker.cpp">;
379 DescFile<"MallocChecker.cpp">;