Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp44 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
65 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
267 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
293 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
336 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
DCMakeLists.txt42 MallocOverflowSecurityChecker.cpp
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td341 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
343 DescFile<"MallocOverflowSecurityChecker.cpp">;