Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp287 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
378 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()
380 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()
416 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
426 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
794 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local
795 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
796 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()
813 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
DExprEngine.cpp75 : AMgr(mgr), in ExprEngine()
316 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument
322 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
437 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()
574 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
575 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()
1039 if (AMgr.options.shouldInlineLambdas()) { in Visit()
1068 if (AMgr.options.eagerlyAssumeBinOpBifurcation && in Visit()
1323 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) { in Visit()
1426 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
[all …]
DExprEngineC.cpp516 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()