Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile590 SRCS_FUL+= StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td954 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,