Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp354 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
455 return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize; in isHuge()
507 const auto IK = AMgr.options.getCTUPhase1Inlining(); in REGISTER_MAP_WITH_PROGRAMSTATE()
542 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall()
552 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall()
1015 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
1038 if (!AMgr.isInCodeFile(FD->getLocation())) in mayInlineDecl()
1076 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local
1077 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
1087 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
[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.cpp1008 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()
2076 if (AMgr.options.ShouldInlineLambdas) { in Visit()
2105 if (AMgr.options.ShouldEagerlyAssume && in Visit()
2496 if(AMgr.options.ShouldUnrollLoops) { in processCFGBlockEntrance()
2518 AMgr.options.ShouldWidenLoops) { in processCFGBlockEntrance()
2531 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
[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.cpp411 if (AMgr.options.ShouldSupportSymbolicIntegerCasts) in VisitCast()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h141 AnalysisManager &AMgr; variable
204 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
206 AnalysisManager &getAnalysisManager() { return AMgr; } in getAnalysisManager()
209 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
213 return *AMgr.getCheckerManager(); in getCheckerManager()