Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp41 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class
57 void MallocOverflowSecurityChecker::CheckMallocArgument( in CheckMallocArgument()
199 void MallocOverflowSecurityChecker::OutputPossibleOverflows( in OutputPossibleOverflows()
225 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
268 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
DCMakeLists.txt45 MallocOverflowSecurityChecker.cpp
DAndroid.mk51 MallocOverflowSecurityChecker.cpp \
DCheckers.td270 def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
272 DescFile<"MallocOverflowSecurityChecker.cpp">;
/external/clang/patches/
D0004-Add-Android-build-system.patch1528 + MallocOverflowSecurityChecker.cpp \