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()427 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()437 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()805 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local806 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()824 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
73 : AMgr(mgr), in ExprEngine()314 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument320 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()435 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()568 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local569 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()1028 if (AMgr.options.eagerlyAssumeBinOpBifurcation && in Visit()1277 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()1378 if (nodeBuilder.getContext().blockCount() >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()1396 if ((!AMgr.options.NoRetryExhausted && in processCFGBlockEntrance()[all …]
480 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()