Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
352 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) { in processCallExit()
380 return Cfg->size() >= AMgr.options.MinCFGSizeTreatFunctionsAsLarge; in isLarge()
385 return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize; in isHuge()
443 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
453 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
906 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
929 if (!AMgr.isInCodeFile(FD->getLocation())) in mayInlineDecl()
967 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local
968 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
[all …]
H A DExprEngine.cpp207 : CTU(CTU), AMgr(mgr), in ExprEngine()
668 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
779 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt()
808 if(AMgr.options.ShouldUnrollLoops) in ProcessLoopExit()
935 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
936 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()
1547 if (AMgr.options.ShouldInlineLambdas) { in Visit()
1576 if (AMgr.options.ShouldEagerlyAssume && in Visit()
1967 if(AMgr.options.ShouldUnrollLoops) { in processCFGBlockEntrance()
1989 AMgr.options.ShouldWidenLoops) { in processCFGBlockEntrance()
[all …]
H A DExprEngineCXX.cpp165 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in computeObjectUnderConstruction()
233 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in computeObjectUnderConstruction()
411 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in updateObjectsUnderConstruction()
850 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
870 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
H A DCallEvent.cpp1140 AnalysisManager &AMgr = in canBeOverridenInSubclass() local
1147 if (InterfLoc.isValid() && AMgr.isInCodeFile(InterfLoc)) in canBeOverridenInSubclass()
1169 if (D->getLocation().isValid() && !AMgr.isInCodeFile(D->getLocation())) in canBeOverridenInSubclass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h143 AnalysisManager &AMgr; variable
206 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
208 AnalysisManager &getAnalysisManager() { return AMgr; } in getAnalysisManager()
211 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
215 return *AMgr.getCheckerManager(); in getCheckerManager()