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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 109 bool shouldInlineCall() const {
ExprEngine.h 569 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 354 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
362 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
370 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
526 if (!Mgr->shouldInlineCall())
541 if (Mgr->shouldInlineCall())
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 800 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D,
824 if (!AMgr.shouldInlineCall())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 413 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody()));

Completed in 638 milliseconds