Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp355 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
363 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
371 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
538 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
553 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h106 bool shouldInlineCall() const { in shouldInlineCall() function
H A DExprEngine.h711 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp893 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine
910 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
1010 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp441 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()