Home
last modified time | relevance | path

Searched refs:AMgr (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp284 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() local
806 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()
824 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
DExprEngine.cpp73 : AMgr(mgr), in ExprEngine()
314 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument
320 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
435 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()
568 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
569 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 …]
DExprEngineC.cpp480 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() && in VisitDeclStmt()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h59 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()