HomeSort by relevance Sort by last modified time
    Searched refs:AMgr (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 284 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
375 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
377 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize())
427 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
437 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
805 AnalysisManager &AMgr = getAnalysisManager();
806 AnalyzerOptions &Opts = AMgr.options;
807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
824 if (!AMgr.shouldInlineCall())
    [all...]
ExprEngine.cpp 73 : AMgr(mgr),
314 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr,
320 if (AMgr.options.AnalysisPurgeOpt == PurgeNone)
435 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){
568 AnalysisManager &AMgr = getAnalysisManager();
569 AnalyzerOptions &Opts = AMgr.options;
    [all...]
ExprEngineC.cpp 480 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 59 AnalysisManager &AMgr;
123 ASTContext &getContext() const { return AMgr.getASTContext(); }
125 AnalysisManager &getAnalysisManager() override { return AMgr; }
128 return *AMgr.getCheckerManager();

Completed in 213 milliseconds