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()
816 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
DExprEngine.cpp62 : AMgr(mgr), in ExprEngine()
298 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument
304 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
419 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()
863 if (AMgr.options.eagerlyAssumeBinOpBifurcation && in Visit()
1112 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()
1213 if (nodeBuilder.getContext().blockCount() >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
1231 if ((!AMgr.options.NoRetryExhausted && in processCFGBlockEntrance()
DExprEngineC.cpp470 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() && in VisitDeclStmt()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h60 AnalysisManager &AMgr;
124 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
126 virtual AnalysisManager &getAnalysisManager() { return AMgr; } in getAnalysisManager()
129 return *AMgr.getCheckerManager(); in getCheckerManager()