reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  182   ASTContext &getContext() const { return AMgr.getASTContext(); }
  184   AnalysisManager &getAnalysisManager() override { return AMgr; }
  187     return AMgr.getAnalysisDeclContextManager();
  191     return *AMgr.getCheckerManager();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  778   if (shouldRemoveDeadBindings(AMgr, currStmt, Pred,
  807   if(AMgr.options.ShouldUnrollLoops)
 1520       if (AMgr.options.ShouldInlineLambdas) {
 1549       if (AMgr.options.ShouldEagerlyAssume &&
 1814       if (AMgr.options.ShouldEagerlyAssume && (U->getOpcode() == UO_LNot)) {
 1915   if(AMgr.options.ShouldUnrollLoops) {
 1916     unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath;
 1919       ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(),
 1936   if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 &&
 1937       AMgr.options.ShouldWidenLoops) {
 1951   if (BlockCount >= AMgr.options.maxBlockVisitOnPath) {
 1969       if ((!AMgr.options.NoRetryExhausted &&
 2437     if (AMgr.options.ShouldInlineLambdas && DeclRefEx &&
 2528     (A->getType().isCForbiddenLValueType() && !AMgr.getLangOpts().CPlusPlus);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  163       if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
  233       assert(AMgr.getAnalyzerOptions().ShouldElideConstructors);
  755   if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
  775   if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  278   if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
  351                  AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) {
  374   return Cfg->isLinear() || Cfg->size() <= AMgr.options.AlwaysInlineSize;
  379   return Cfg->size() >= AMgr.options.MinCFGSizeTreatFunctionsAsLarge;
  384   return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize;
  406       AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
  442     AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
  452   AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
  861   AnalyzerOptions &Opts = AMgr.getAnalyzerOptions();
  884         if (!AMgr.isInCodeFile(FD->getLocation()))