HomeSort by relevance Sort by last modified time
    Searched refs:shouldInlineCall (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 73 if (!(CD->doesThisDeclarationHaveABody() && AMgr.shouldInlineCall()))
99 if (AMgr.shouldInlineCall()) {
155 if (!(DD->doesThisDeclarationHaveABody() && AMgr.shouldInlineCall()))
ExprEngineCallAndReturn.cpp 158 if (!E->getAnalysisManager().shouldInlineCall())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 174 bool shouldInlineCall() const { return (IPAMode == Inlining); }
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 401 RecVisitorMode = (Mgr->shouldInlineCall() ? ANALYSIS_SYNTAX : ANALYSIS_ALL);
409 if (Mgr->shouldInlineCall())
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 89 !(C.getAnalysisManager().shouldInlineCall() &&

Completed in 45 milliseconds