HomeSort by: relevance | last modified time | path
    Searched refs:AMgr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
352 AMgr.getAnalyzerOptions().MayInlineCXXAllocator)) {
375 return Cfg->isLinear() || Cfg->size() <= AMgr.options.AlwaysInlineSize;
380 return Cfg->size() >= AMgr.options.MinCFGSizeTreatFunctionsAsLarge;
385 return Cfg->getNumBlockIDs() > AMgr.options.MaxInlinableSize;
407 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
443 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
453 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
906 AnalyzerOptions &Opts = AMgr.getAnalyzerOptions();
929 if (!AMgr.isInCodeFile(FD->getLocation())
    [all...]
ExprEngineCXX.cpp 165 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
233 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors);
411 assert(AMgr.getAnalyzerOptions().ShouldElideConstructors);
850 if (AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
870 if (!AMgr.getAnalyzerOptions().MayInlineCXXAllocator) {
ExprEngine.cpp 207 : CTU(CTU), AMgr(mgr),
663 static bool shouldRemoveDeadBindings(AnalysisManager &AMgr,
668 if (AMgr.options.AnalysisPurgeOpt == PurgeNone)
779 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred,
808 if(AMgr.options.ShouldUnrollLoops)
935 AnalysisManager &AMgr = getAnalysisManager();
936 AnalyzerOptions &Opts = AMgr.options;
1545 if (AMgr.options.ShouldInlineLambdas) {
1574 if (AMgr.options.ShouldEagerlyAssume &&
1849 if (AMgr.options.ShouldEagerlyAssume && (U->getOpcode() == UO_LNot))
    [all...]
CallEvent.cpp 1101 AnalysisManager &AMgr =
1108 if (InterfLoc.isValid() && AMgr.isInCodeFile(InterfLoc))
1130 if (D->getLocation().isValid() && !AMgr.isInCodeFile(D->getLocation()))
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 143 AnalysisManager &AMgr;
206 ASTContext &getContext() const { return AMgr.getASTContext(); }
208 AnalysisManager &getAnalysisManager() { return AMgr; }
211 return AMgr.getAnalysisDeclContextManager();
215 return *AMgr.getCheckerManager();

Completed in 54 milliseconds