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()
521 if (!Mgr->shouldInlineCall()) in HandleTranslationUnit()
536 if (Mgr->shouldInlineCall()) in HandleTranslationUnit()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h106 bool shouldInlineCall() const { in shouldInlineCall() function
DExprEngine.h556 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp800 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine
824 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
924 if (shouldInlineCall(*Call, D, Pred)) { in defaultEvalCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp413 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()