Lines Matching refs:mgr
48 void checkASTCodeBody(const Decl *D, AnalysisManager &mgr,
57 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const;
273 const Decl *D, BugReporter &BR, AnalysisManager &mgr) const { in OutputPossibleOverflows()
280 c.Visit(mgr.getAnalysisDeclContext(D)->getBody()); in OutputPossibleOverflows()
294 AnalysisManager &mgr, in checkASTCodeBody() argument
297 CFG *cfg = mgr.getCFG(D); in checkASTCodeBody()
325 mgr.getASTContext()); in checkASTCodeBody()
332 OutputPossibleOverflows(PossibleMallocOverflows, D, BR, mgr); in checkASTCodeBody()
335 void ento::registerMallocOverflowSecurityChecker(CheckerManager &mgr) { in registerMallocOverflowSecurityChecker() argument
336 mgr.registerChecker<MallocOverflowSecurityChecker>(); in registerMallocOverflowSecurityChecker()
339 bool ento::shouldRegisterMallocOverflowSecurityChecker(const CheckerManager &mgr) { in shouldRegisterMallocOverflowSecurityChecker() argument