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()
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() local
809 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
810 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()
827 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
DExprEngine.cpp74 : AMgr(mgr), in ExprEngine()
315 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument
321 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
436 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){ in ProcessStmt()
573 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
574 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 …]
DExprEngineC.cpp505 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()