Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp312 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
320 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
328 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
506 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
521 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h104 bool shouldInlineCall() const { in shouldInlineCall() function
H A DExprEngine.h809 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp961 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine
978 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
1072 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp520 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkArgInitializedness()