Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp45 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
66 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
270 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
296 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
338 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
H A DCMakeLists.txt65 MallocOverflowSecurityChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn77 "MallocOverflowSecurityChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1010 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,