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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp469 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx, argument
495 MRMgr.getParamVarRegion(Call.getOriginExpr(), Idx, CalleeCtx));
588 const StackFrameContext *CalleeCtx,
590 const auto *D = cast<FunctionDecl>(CalleeCtx->getDecl());
592 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
784 const StackFrameContext *CalleeCtx,
786 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
794 const auto *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
795 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
864 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, argument
587 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
783 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
902 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
1352 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
1391 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State) argument
[all...]
H A DProgramState.cpp237 const StackFrameContext *CalleeCtx) const {
239 getStateManager().StoreMgr->enterStackFrame(getStore(), Call, CalleeCtx);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h368 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
505 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
650 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
687 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
865 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
1227 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
1398 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
H A DStore.h240 const StackFrameContext *CalleeCtx);
H A DProgramState.h299 const CallEvent &Call, const StackFrameContext *CalleeCtx) const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h646 const StackFrameContext *CalleeCtx = getCalleeContext(); local
647 const CFG *CalleeCFG = CalleeCtx->getCFG();
691 CallExitEnd(const StackFrameContext *CalleeCtx, argument
693 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp855 const StackFrameContext *CalleeCtx = CE.getCalleeContext(); local
856 Callee = CalleeCtx->getDecl();
859 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
870 CalleeCtx->getAnalysisDeclContext()->isBodyAutosynthesized());

Completed in 161 milliseconds