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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h611 CallExitEnd(const StackFrameContext *CalleeCtx, argument
613 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp303 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx, argument
321 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
337 const StackFrameContext *CalleeCtx,
339 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
341 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
523 const StackFrameContext *CalleeCtx,
525 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
533 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
534 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
599 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, argument
336 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
522 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
635 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
941 getInitialStackFrameContents( const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const argument
981 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State) argument
[all...]
H A DPathDiagnostic.cpp905 const StackFrameContext *CalleeCtx = CE.getCalleeContext(); local
906 Callee = CalleeCtx->getDecl();
909 callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
H A DBugReporter.cpp1270 const LocationContext *CalleeCtx,
1274 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame();
1277 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CalleeCtx->getDecl())) {
1284 Loc LV = State->getLValue(PD, CalleeCtx);
1482 const LocationContext *CalleeCtx = PDB.LC; local
1483 if (CallerCtx != CalleeCtx) {
1486 CalleeCtx, CallerCtx);
1766 const LocationContext *CalleeCtx = PDB.LC; local
1767 if (CallerCtx != CalleeCtx) {
1770 CalleeCtx, CallerCt
1267 reversePropagateInterestingSymbols(BugReport &R, InterestingExprs &IE, const ProgramState *State, const LocationContext *CalleeCtx, const LocationContext *CallerCtx) argument
[all...]

Completed in 210 milliseconds