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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp0 // MallocOverflowSecurityChecker.cpp - Check for malloc overflows -*- C++ -*-=//
41 class MallocOverflowSecurityChecker : public Checker<check::ASTCodeBody> { class in namespace:__anon3574
57 void MallocOverflowSecurityChecker::CheckMallocArgument(
199 void MallocOverflowSecurityChecker::OutputPossibleOverflows(
224 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D,
266 mgr.registerChecker<MallocOverflowSecurityChecker>();
/freebsd-10-stable/lib/clang/libclangstaticanalyzercheckers/
H A DMakefile43 MallocOverflowSecurityChecker.cpp \

Completed in 119 milliseconds