Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp318 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
326 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
334 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
541 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
556 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
/freebsd-14.2/contrib/llvm-project/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,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1070 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine
1087 if (!AMgr.shouldInlineCall()) in shouldInlineCall()
1239 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp519 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkArgInitializedness()