Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp43 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
64 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
269 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
295 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
337 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
H A DCMakeLists.txt61 MallocOverflowSecurityChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn74 "MallocOverflowSecurityChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile69 MallocOverflowSecurityChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td954 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,