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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp0 // MallocOverflowSecurityChecker.cpp - Check for malloc overflows -*- C++ -*-=//
44 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class in namespace:__anon1998
65 void MallocOverflowSecurityChecker::CheckMallocArgument(
267 void MallocOverflowSecurityChecker::OutputPossibleOverflows(
293 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D,
336 mgr.registerChecker<MallocOverflowSecurityChecker>();

Completed in 70 milliseconds