Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp403 return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize; in isHuge()
455 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE()
490 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall()
500 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall()
961 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
984 if (!AMgr.isInCodeFile(FD->getLocation())) in mayInlineDecl()
1022 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local
1023 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
1033 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
1100 return Size <= AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayConstruction()
[all …]
H A DExprEngine.cpp837 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
948 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt()
977 if(AMgr.options.ShouldUnrollLoops) in ProcessLoopExit()
1104 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
1105 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()
1732 if (AMgr.options.ShouldInlineLambdas) { in Visit()
1761 if (AMgr.options.ShouldEagerlyAssume && in Visit()
2152 if(AMgr.options.ShouldUnrollLoops) { in processCFGBlockEntrance()
2174 AMgr.options.ShouldWidenLoops) { in processCFGBlockEntrance()
2187 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
[all …]
H A DExprEngineCXX.cpp167 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in computeObjectUnderConstruction()
239 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in computeObjectUnderConstruction()
434 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in updateObjectsUnderConstruction()
953 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
973 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
1078 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXDeleteExpr()
H A DCallEvent.cpp1070 AnalysisManager &AMgr = in canBeOverridenInSubclass() local
1077 if (InterfLoc.isValid() && AMgr.isInCodeFile(InterfLoc)) in canBeOverridenInSubclass()
1099 if (D->getLocation().isValid() && !AMgr.isInCodeFile(D->getLocation())) in canBeOverridenInSubclass()
H A DExprEngineC.cpp419 if (AMgr.options.ShouldSupportSymbolicIntegerCasts) in VisitCast()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DReusables.h51 AnalysisManager AMgr; variable
63 AMgr(C.getASTContext(), C.getPreprocessor(), Consumers, in ExprEngineConsumer()
67 Eng(CTU, AMgr, &VisitedCallees, &FS, ExprEngine::Inline_Regular) {} in ExprEngineConsumer()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h140 AnalysisManager &AMgr; variable
203 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
205 AnalysisManager &getAnalysisManager() { return AMgr; } in getAnalysisManager()
208 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
212 return *AMgr.getCheckerManager(); in getCheckerManager()