Searched refs:AMgr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h60 AnalysisManager &AMgr; member in class:clang::ento::ExprEngine
124 ASTContext &getContext() const { return AMgr.getASTContext(); }
126 virtual AnalysisManager &getAnalysisManager() { return AMgr; }
129 return *AMgr.getCheckerManager();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp281 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
372 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
374 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize())
424 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
434 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
778 AnalysisManager &AMgr = getAnalysisManager();
779 AnalyzerOptions &Opts = AMgr.options;
780 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager();
789 if (!AMgr.shouldInlineCall())
H A DExprEngine.cpp61 : AMgr(mgr),
286 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr, argument
292 if (AMgr.options.AnalysisPurgeOpt == PurgeNone)
407 if (shouldRemoveDeadBindings(AMgr, S, Pred, Pred->getLocationContext())){
844 if (AMgr.options.eagerlyAssumeBinOpBifurcation &&
1093 if (AMgr.options.eagerlyAssumeBinOpBifurcation && (U->getOpcode() == UO_LNot)) {
1193 if (nodeBuilder.getContext().blockCount() >= AMgr.options.maxBlockVisitOnPath) {
1211 if ((!AMgr.options.NoRetryExhausted &&
H A DExprEngineC.cpp470 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&

Completed in 1111 milliseconds