Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp46 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
67 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
271 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
293 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
336 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1042 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
/freebsd/lib/clang/libclang/
H A DMakefile693 SRCS_FUL+= StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp