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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp406 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); local
407 if (!isSmall(CalleeADC))
452 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); local
454 CalleeADC->getStackFrame(ParentOfCallee, CallE, currBldrCtx->getBlock(),
897 /// Returns true if the function in \p CalleeADC may be inlined in general.
902 bool ExprEngine::mayInlineDecl(AnalysisDeclContext *CalleeADC) const {
905 if (CallEvent::isVariadic(CalleeADC->getDecl()))
909 ASTContext &Ctx = CalleeADC->getASTContext();
911 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CalleeADC->getDecl())) {
942 const CFG *CalleeCFG = CalleeADC
967 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D); local
[all...]

Completed in 66 milliseconds