Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp44 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
65 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
270 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
296 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
339 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td483 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
/freebsd-12.1/lib/clang/libclang/
H A DMakefile522 SRCS_FUL+= StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp