Searched defs:CalleeCtx (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp285 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx, argument
303 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
319 const StackFrameContext *CalleeCtx,
321 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
323 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
483 const StackFrameContext *CalleeCtx,
485 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
493 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
494 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
558 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, argument
318 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
482 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
578 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
883 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
923 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State) argument
[all...]
H A DPathDiagnostic.cpp904 const StackFrameContext *CalleeCtx = CE.getCalleeContext(); local
905 Callee = CalleeCtx->getDecl();
908 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
H A DBugReporter.cpp1278 const LocationContext *CalleeCtx,
1282 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame();
1285 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CalleeCtx->getDecl())) {
1292 Loc LV = State->getLValue(PD, CalleeCtx);
1491 const LocationContext *CalleeCtx = PDB.LC; local
1492 if (CallerCtx != CalleeCtx) {
1495 CalleeCtx, CallerCtx);
1779 const LocationContext *CalleeCtx = PDB.LC; local
1780 if (CallerCtx != CalleeCtx) {
1783 CalleeCtx, CallerCt
1275 reversePropagateInterestingSymbols(BugReport &R, InterestingExprs &IE, const ProgramState *State, const LocationContext *CalleeCtx, const LocationContext *CallerCtx) argument
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h611 CallExitEnd(const StackFrameContext *CalleeCtx, argument
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}

Completed in 281 milliseconds