Home
last modified time | relevance | path

Searched refs:shouldInlineCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp353 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
361 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
369 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
530 if (!Mgr->shouldInlineCall()) in HandleTranslationUnit()
545 if (Mgr->shouldInlineCall()) in HandleTranslationUnit()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h109 bool shouldInlineCall() const { in shouldInlineCall() function
DExprEngine.h584 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine
813 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
914 if (shouldInlineCall(*Call, D, Pred)) { in defaultEvalCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp420 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()