Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp279 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
352 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) { in processCallExit()
389 if (CalleeCFG->getNumBlockIDs() > AMgr.options.AlwaysInlineSize) in examineStackFrames()
424 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
434 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
836 static bool mayInlineDecl(AnalysisManager &AMgr, in mayInlineDecl() argument
838 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions(); in mayInlineDecl()
861 if (!AMgr.isInCodeFile(FD->getLocation())) in mayInlineDecl()
899 AnalysisManager &AMgr = getAnalysisManager(); in shouldInlineCall() local
900 AnalyzerOptions &Opts = AMgr.options; in shouldInlineCall()
[all …]
H A DExprEngine.cpp194 : CTU(CTU), AMgr(mgr), in ExprEngine()
618 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
728 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt()
757 if(AMgr.options.ShouldUnrollLoops) in ProcessLoopExit()
884 AnalysisManager &AMgr = getAnalysisManager(); in ProcessNewAllocator() local
885 AnalyzerOptions &Opts = AMgr.options; in ProcessNewAllocator()
1465 if (AMgr.options.ShouldInlineLambdas) { in Visit()
1494 if (AMgr.options.ShouldEagerlyAssume && in Visit()
1859 if(AMgr.options.ShouldUnrollLoops) { in processCFGBlockEntrance()
1881 AMgr.options.ShouldWidenLoops) { in processCFGBlockEntrance()
[all …]
H A DExprEngineCXX.cpp164 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in prepareForObjectConstruction()
228 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors); in prepareForObjectConstruction()
724 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
744 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) { in VisitCXXNewExpr()
H A DCallEvent.cpp1089 AnalysisManager &AMgr = in canBeOverridenInSubclass() local
1096 if (InterfLoc.isValid() && AMgr.isInCodeFile(InterfLoc)) in canBeOverridenInSubclass()
1118 if (D->getLocation().isValid() && !AMgr.isInCodeFile(D->getLocation())) in canBeOverridenInSubclass()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h119 AnalysisManager &AMgr; variable
179 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext()
181 AnalysisManager &getAnalysisManager() override { return AMgr; } in getAnalysisManager()
184 return *AMgr.getCheckerManager(); in getCheckerManager()