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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 104 bool shouldInlineCall() const {
ExprEngine.h 809 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 312 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
320 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
328 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
506 if (!Mgr->shouldInlineCall())
521 if (Mgr->shouldInlineCall())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 961 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D,
978 if (!AMgr.shouldInlineCall())
1072 if (shouldInlineCall(*Call, D, Pred, CallOpts)) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 520 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody()));

Completed in 21 milliseconds