Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
297 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
340 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
H A DCMakeLists.txt66 MallocOverflowSecurityChecker.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn78 "MallocOverflowSecurityChecker.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1014 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,