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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h100 bool shouldInlineCall() const { function in class:clang::ento::AnalysisManager
H A DExprEngine.h746 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp428 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
436 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
444 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
615 if (!Mgr->shouldInlineCall())
630 if (Mgr->shouldInlineCall())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp952 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, function in class:ExprEngine
969 if (!AMgr.shouldInlineCall())
1063 if (shouldInlineCall(*Call, D, Pred, CallOpts)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp433 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody()));

Completed in 99 milliseconds