Searched refs:AMgr (Results 1 – 4 of 4) sorted by relevance
284 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()375 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()377 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()428 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()438 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()808 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local809 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()810 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()827 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
74 : AMgr(mgr), in ExprEngine()315 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument321 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()436 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()573 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local574 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()1029 if (AMgr.options.shouldInlineLambdas()) { in Visit()1058 if (AMgr.options.eagerlyAssumeBinOpBifurcation && in Visit()1307 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()1410 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()[all …]
505 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() && in VisitDeclStmt()
59 AnalysisManager &AMgr;123 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()125 AnalysisManager &getAnalysisManager() override { return AMgr; } in getAnalysisManager()128 return *AMgr.getCheckerManager(); in getCheckerManager()