Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp354 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
421 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) { in processCallExit()
445 return Cfg->isLinear() || Cfg->size() <= AMgr.options.AlwaysInlineSize; in isSmall()
450 return Cfg->size() >= AMgr.options.MinCFGSizeTreatFunctionsAsLarge; in isLarge()
455 return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize; in isHuge()
477 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()
507 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE()
510 isSmall(AMgr.getAnalysisDeclContext(D))); in REGISTER_MAP_WITH_PROGRAMSTATE()
542 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall()
552 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall()
[all …]
H A DExprEngineCXX.cpp176 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in computeObjectUnderConstruction()
252 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in computeObjectUnderConstruction()
454 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in updateObjectsUnderConstruction()
1013 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
1033 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
1138 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXDeleteExpr()
H A DExprEngine.cpp225 AMgr(mgr), AnalysisDeclContexts(mgr.getAnalysisDeclContextManager()), in ExprEngine()
1003 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, in shouldRemoveDeadBindings() argument
1008 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
1119 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt()
1148 if(AMgr.options.ShouldUnrollLoops) in ProcessLoopExit()
1320 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
1321 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()
2088 if (AMgr.options.ShouldInlineLambdas) { in Visit()
2117 if (AMgr.options.ShouldEagerlyAssume && in Visit()
2391 if (AMgr.options.ShouldEagerlyAssume && (U->getOpcode() == UO_LNot)) { in Visit()
[all …]
H A DCallEvent.cpp1134 AnalysisManager &AMgr = in canBeOverridenInSubclass() local
1141 if (InterfLoc.isValid() && AMgr.isInCodeFile(InterfLoc)) in canBeOverridenInSubclass()
1163 if (D->getLocation().isValid() && !AMgr.isInCodeFile(D->getLocation())) in canBeOverridenInSubclass()
H A DExprEngineC.cpp412 if (AMgr.options.ShouldSupportSymbolicIntegerCasts) in VisitCast()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h141 AnalysisManager &AMgr; variable
196 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
198 AnalysisManager &getAnalysisManager() { return AMgr; } in getAnalysisManager()
201 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
205 return *AMgr.getCheckerManager(); in getCheckerManager()